Created by: cody-young-move
- if you get the panel in a dragging state by dragging the list down, then re-dock the panel by dragging the list up, release, then drag down on the list, it would cause the panel to intercept when it shouldn't.
- If you were rapidly scrolling in the list by repeating the dragging motion, the list would stop every second drag because the event was being changed from a move to a down.
Sorry for all the whitespace changes, I reflexively hit reformat in android studio :)