ReaderUI: Ensure we flash when opening a document

Regression since #7624
This commit is contained in:
NiLuJe
2021-05-05 23:47:36 +02:00
parent 310151fac9
commit ed0aa1ed11

View File

@@ -620,7 +620,7 @@ function ReaderUI:doShowReader(file, provider)
FileManager.instance:onClose()
end
UIManager:show(reader)
UIManager:show(reader, "full")
_running_instance = reader
end