mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix tap for top menu occasionally not working
It was missing some ordering hints to have it always precede taps to change page. (Somehow noticed only when we reached > 32 gestures registered, which may have introduced some shuffling, while previously the addition order was somehow preserved...)
This commit is contained in:
@@ -97,6 +97,7 @@ function ReaderMenu:onReaderReady()
|
||||
ratio_x = DTAP_ZONE_MENU.x, ratio_y = DTAP_ZONE_MENU.y,
|
||||
ratio_w = DTAP_ZONE_MENU.w, ratio_h = DTAP_ZONE_MENU.h,
|
||||
},
|
||||
overrides = { 'tap_forward', 'tap_backward', },
|
||||
handler = function(ges) return self:onTapShowMenu(ges) end,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user