mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix: typo in unireader
This commit is contained in:
@@ -1602,7 +1602,7 @@ function UniReader:showMenu()
|
||||
|
||||
fb:refresh(1)
|
||||
while 1 do
|
||||
local ev = input.saceWaitForEvent()
|
||||
local ev = input.saveWaitForEvent()
|
||||
ev.code = adjustKeyEvents(ev)
|
||||
if ev.type == EV_KEY and ev.value == EVENT_VALUE_KEY_PRESS then
|
||||
if ev.code == KEY_BACK or ev.code == KEY_MENU then
|
||||
|
||||
Reference in New Issue
Block a user