mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ReaderUI: Ensure we flash when opening a document
Regression since #7624
This commit is contained in:
@@ -620,7 +620,7 @@ function ReaderUI:doShowReader(file, provider)
|
||||
FileManager.instance:onClose()
|
||||
end
|
||||
|
||||
UIManager:show(reader)
|
||||
UIManager:show(reader, "full")
|
||||
_running_instance = reader
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user