mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
the Back key on Android should close the popup window and menu
This commit is contained in:
@@ -43,9 +43,10 @@ function ReaderMenu:init()
|
||||
}
|
||||
self.registered_widgets = {}
|
||||
|
||||
if Device:hasKeyboard() then
|
||||
if Device:hasKeys() then
|
||||
self.key_events = {
|
||||
ShowReaderMenu = { { "Menu" }, doc = "show menu" },
|
||||
Close = { { "Back" }, doc = "close menu" },
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user