mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Piggybacking on the touch gesture handlers implied that the gesture filter (tap and/or swipe) was still applied, which made no sense. Also, stop the weird Event roundtrip for events we're actually the only ones to handle, just call the handler ourselves directly. Fix #9792