mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix: exit filesearcher with home key
This commit is contained in:
@@ -265,7 +265,7 @@ function FileSearcher:choose(ypos, height, keywords)
|
||||
openFile(file_full_path)
|
||||
|
||||
pagedirty = true
|
||||
elseif ev.code == KEY_BACK then
|
||||
elseif ev.code == KEY_BACK or ev.code == KEY_HOME then
|
||||
return nil
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user