TextViewer: correct keyboard layout after long-press on Find (#9668)

reviewable/pr9676/r1
poire-z 2 years ago committed by GitHub
parent e3fd612518
commit 3dbcccb1a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -372,7 +372,7 @@ function TextViewer:findDialog()
input_dialog:addWidget(self.check_button_case)
UIManager:show(input_dialog)
input_dialog:onShowKeyboard()
input_dialog:onShowKeyboard(true)
end
function TextViewer:findCallback(input_dialog)

Loading…
Cancel
Save