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 <jan@casacondor.com>
This commit is contained in:
jan Iversen 2019-12-27 13:38:34 +01:00 committed by Dirk Hohndel
parent af1ca2af81
commit 2d353a756b

View file

@ -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()
}
}
}