fix 'opening file' dialog not centered in landscape

by setting the timeout to 0.0 seconds so that when the screen
is turned to landscape the dialog is already closed.
pull/1987/head
chrox 8 years ago
parent a42273e201
commit 6e723237ba

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