summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/DiveList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/qml/DiveList.qml')
-rw-r--r--qt-mobile/qml/DiveList.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/qml/DiveList.qml b/qt-mobile/qml/DiveList.qml
index dd4b955b6..b3b82bc27 100644
--- a/qt-mobile/qml/DiveList.qml
+++ b/qt-mobile/qml/DiveList.qml
@@ -214,8 +214,10 @@ MobileComponents.Page {
onVisibleChanged: {
if (visible) {
page.mainAction = page.saveAction
+ showingDiveList = false
} else {
page.mainAction = null
+ showingDiveList = true
}
}