mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[chore] reformat all gestures "overrides" to be diff friendly
This commit is contained in:
@@ -77,7 +77,10 @@ function FileManagerMenu:initGesListener()
|
||||
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 = { "rolling_swipe", "paging_swipe", },
|
||||
overrides = {
|
||||
"rolling_swipe",
|
||||
"paging_swipe",
|
||||
},
|
||||
handler = function(ges) return self:onSwipeShowMenu(ges) end,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user