mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
TextViewer: Flag as a modal (#7255)
It's used that way in a few contexts (e.g., View HTML). Fix #7249
This commit is contained in:
@@ -33,6 +33,7 @@ local _ = require("gettext")
|
||||
local Screen = Device.screen
|
||||
|
||||
local TextViewer = InputContainer:new{
|
||||
modal = true,
|
||||
title = nil,
|
||||
text = nil,
|
||||
width = nil,
|
||||
|
||||
Reference in New Issue
Block a user