mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
bug fix in touchmenu, reset menu page on go up
This commit is contained in:
@@ -354,6 +354,7 @@ end
|
||||
function TouchMenu:backToUpperMenu()
|
||||
if #self.item_table_stack ~= 0 then
|
||||
self.item_table = table.remove(self.item_table_stack)
|
||||
self.page = 1
|
||||
self:updateItems()
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user