diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 202027852..6e832547b 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -823,7 +823,7 @@ if you have network connectivity and want to sync your data to cloud storage."), Component.onCompleted: { if (!visible) { - pageStack.initPage = diveList + showDiveList() } } }