Merge pull request #1987 from chrox/fix_landscape_opening_dialog

fix 'opening file' dialog not centered in landscape
This commit is contained in:
Frans de Jonge
2016-04-23 17:58:19 +02:00

View File

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