Merge pull request #1987 from chrox/fix_landscape_opening_dialog

fix 'opening file' dialog not centered in landscape
pull/1988/head
Frans de Jonge 8 years ago
commit 89a4b49c8b

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

Loading…
Cancel
Save