aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-03 15:12:09 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-03 15:12:09 -0800
commita873711cec2ce1d865be12e077ae06a35abce1d7 (patch)
tree237d3a0adafdec320a0c6c70cfcd441e4797a63a /qt-mobile/qml
parent80f29bd3f6147dfb44adc0ac91a5a6529111bec2 (diff)
downloadsubsurface-a873711cec2ce1d865be12e077ae06a35abce1d7.tar.gz
QML UI: make sure the drawer is closed after going back to dive list
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml')
-rw-r--r--qt-mobile/qml/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml
index 6e9bb767c..1b7958f24 100644
--- a/qt-mobile/qml/main.qml
+++ b/qt-mobile/qml/main.qml
@@ -47,6 +47,7 @@ MobileComponents.ApplicationWindow {
text: "Dive list"
onTriggered: {
returnTopPage()
+ globalDrawer.close()
}
},
Action {