2
0
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:
Tigran Aivazian 2012-11-13 22:17:49 +00:00
parent d87c3050fb
commit b67dcf8668

View File

@ -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