mobile/dive-list: show/hide virtual keyboard as needed for filter
This should happen automatically, but for some reason it doesn't. So let's try to force it manually. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ccb671685d
commit
cbf1f35d63
@ -473,6 +473,10 @@ Kirigami.ScrollablePage {
|
||||
onTriggered: {
|
||||
rootItem.filterToggle = !rootItem.filterToggle
|
||||
manager.setFilter("", 0)
|
||||
if (rootItem.filterToggle)
|
||||
Qt.inputMethod.show()
|
||||
else
|
||||
Qt.inputMethod.hide()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user