summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
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()
}
}
}