aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/CloudCredentials.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/CloudCredentials.qml b/mobile-widgets/qml/CloudCredentials.qml
index 02d66c86e..69c1d85c7 100644
--- a/mobile-widgets/qml/CloudCredentials.qml
+++ b/mobile-widgets/qml/CloudCredentials.qml
@@ -37,7 +37,7 @@ Item {
Keys.onTabPressed: goToNext()
onVisibleChanged: {
- if (visible && manager.accessingCloud < 0) {
+ if (visible) {
Qt.inputMethod.show()
login.forceActiveFocus()
} else {