diff --git a/src/qml/qgismobileapp.qml b/src/qml/qgismobileapp.qml index ac6d5cfd58..4f28ec085e 100644 --- a/src/qml/qgismobileapp.qml +++ b/src/qml/qgismobileapp.qml @@ -3904,6 +3904,11 @@ ApplicationWindow { qfieldCloudScreen.visible = true; } + onShowSettings: { + qfieldSettings.reset(); + qfieldSettings.visible = true; + } + Component.onCompleted: focusstack.addFocusTaker(this) } @@ -3951,11 +3956,6 @@ ApplicationWindow { visible = false; } - onShowSettings: { - qfieldSettings.reset(); - qfieldSettings.visible = true; - } - Component.onCompleted: focusstack.addFocusTaker(this) }