lockscreen: Fix text input not working because of predictive text

This commit is contained in:
Devin Lin 2021-09-25 12:57:07 -04:00
parent cca4b38058
commit a3791ee081

View file

@ -129,6 +129,7 @@ Rectangle {
visible: false
focus: keypadOpen && !isPinMode
z: 1
inputMethodHints: Qt.ImhNoPredictiveText
onFocusChanged: {
if (focus) {