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:
poire-z
2019-03-30 19:29:37 +01:00
parent 433b89638a
commit 44529dbbc9
2 changed files with 3 additions and 2 deletions

View File

@@ -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,
},
{