lockscreen: handle all cases for lockscreen keyboard focus

This commit is contained in:
Devin Lin 2021-06-07 16:58:23 -04:00
parent 7921eacaae
commit b7525e4196

View file

@ -130,6 +130,12 @@ Rectangle {
focus: keypadOpen && !isPinMode
z: 1
onFocusChanged: {
if (focus) {
Keyboards.KWinVirtualKeyboard.active = true;
}
}
property bool externalEdit: false
property string prevText: ""