mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
af1ca2af81
commit
2d353a756b
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue