mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ConfirmBox: add widgets (#10364)
This commit is contained in:
@@ -469,6 +469,10 @@ function InputDialog:addWidget(widget, re_init)
|
||||
table.insert(self.vgroup, #self.vgroup-1, widget)
|
||||
end
|
||||
|
||||
function InputDialog:getAddedWidgetAvailableWidth()
|
||||
return self._input_widget.width
|
||||
end
|
||||
|
||||
function InputDialog:onTap()
|
||||
if self.deny_keyboard_hiding then
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user