mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Merge pull request #1987 from chrox/fix_landscape_opening_dialog
fix 'opening file' dialog not centered in landscape
This commit is contained in:
@@ -338,7 +338,7 @@ function ReaderUI:showReader(file)
|
||||
end
|
||||
UIManager:show(InfoMessage:new{
|
||||
text = T( _("Opening file '%1'."), file),
|
||||
timeout = 0.1,
|
||||
timeout = 0.0,
|
||||
})
|
||||
UIManager:nextTick(function()
|
||||
DEBUG("creating coroutine for showing reader")
|
||||
|
||||
Reference in New Issue
Block a user