mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
use new refresh_mode arg
This commit is contained in:
@@ -51,8 +51,7 @@ function FileSearcher:readDir()
|
||||
end
|
||||
|
||||
function FileSearcher:setPath(newPath)
|
||||
InfoMessage:show("Reading filenames...")
|
||||
fb:refresh(0)
|
||||
InfoMessage:show("Reading filenames...",0)
|
||||
self.path = newPath
|
||||
self:readDir()
|
||||
self.items = #self.files
|
||||
|
||||
Reference in New Issue
Block a user