mirror of
https://github.com/koreader/koreader
synced 2024-10-31 21:20:20 +00:00
Don't slow down "Opening document..." on emulator
If we try to slow down this message then on the emulator we would need to press an extra key when opening the file via "Last file" mode (corresponding to Shift-P-P on Kindle).
This commit is contained in:
parent
d87c3050fb
commit
b67dcf8668
@ -35,7 +35,7 @@ function openFile(filename)
|
||||
|
||||
reader = ReaderChooser:getReaderByName(filename)
|
||||
if reader then
|
||||
InfoMessage:inform("Opening document... ", DINFO_TIMEOUT_FAST, 0, MSG_AUX)
|
||||
InfoMessage:inform("Opening document... ", nil, 0, MSG_AUX)
|
||||
reader:preLoadSettings(filename)
|
||||
local ok, err = reader:open(filename)
|
||||
if ok then
|
||||
|
Loading…
Reference in New Issue
Block a user