From 2d353a756be2a8469c4a8596303b334ad85beae8 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Fri, 27 Dec 2019 13:38:34 +0100 Subject: mobile-widgets/qml: correct first view of divelist pageStack.initPage cannot be used as a function and causes an error Replace with showDiveList() Signed-off-by: Jan Iversen --- mobile-widgets/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets') 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() } } } -- cgit v1.2.3-70-g09d2