From a873711cec2ce1d865be12e077ae06a35abce1d7 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 3 Mar 2016 15:12:09 -0800 Subject: QML UI: make sure the drawer is closed after going back to dive list Signed-off-by: Dirk Hohndel --- qt-mobile/qml/main.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-mobile/qml/main.qml') 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 { -- cgit v1.2.3-70-g09d2