diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-03 15:12:09 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-03 15:12:09 -0800 |
commit | a873711cec2ce1d865be12e077ae06a35abce1d7 (patch) | |
tree | 237d3a0adafdec320a0c6c70cfcd441e4797a63a /qt-mobile/qml | |
parent | 80f29bd3f6147dfb44adc0ac91a5a6529111bec2 (diff) | |
download | subsurface-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.qml | 1 |
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 { |