diff options
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/DiveList.qml | 1 | ||||
-rw-r--r-- | mobile-widgets/qml/main.qml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index be659e6b9..9442bf9b7 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -291,6 +291,7 @@ Kirigami.ScrollablePage { } Component.onCompleted: { + manager.finishSetup(); setupActions(); } } diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 1cf1ea35d..72e475a32 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -470,7 +470,6 @@ if you have network connectivity and want to sync your data to cloud storage."), } Component.onCompleted: { - manager.finishSetup(); rootItem.visible = true diveList.opacity = 1 rootItem.opacity = 1 |