dissent
dissent copied to clipboard
Swiping on channel list with touchscreen results in selection
trafficstars
When swiping on the channel list with a touchscreen device, the application will first select & load the child the swipe first started over, then start scrolling the tree. This is undesirable on lower-spec devices, where channel loading takes a number of seconds to finish before the application becomes responsive again.
I'm not too sure how GTK even deals with this. It should only emit the row activation event when the finger is lifted, or so I thought.