mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
TouchMenu: add swipe south to go back to parent menu
This commit is contained in:
@@ -820,6 +820,8 @@ function TouchMenu:onSwipe(arg, ges_ev)
|
||||
self:onPrevPage()
|
||||
elseif direction == "north" then
|
||||
self:closeMenu()
|
||||
elseif direction == "south" then
|
||||
self:onBack()
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user