2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00

patch for #234 by Nupogoddi

refresh screen if no input from search highlight.

close #234
This commit is contained in:
Qingping Hou 2012-08-30 12:43:05 +08:00
parent 25edd3101f
commit 461c135c5d

View File

@ -2591,6 +2591,8 @@ function UniReader:addAllCommands()
if search ~= nil and string.len( search ) > 0 then
unireader:searchHighLight(search)
else
unireader:goto(unireader.pageno)
end
end
)