QML UI: make sure the drawer is closed after going back to dive list

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-03-03 15:12:09 -08:00
parent 80f29bd3f6
commit a873711cec

View file

@ -47,6 +47,7 @@ MobileComponents.ApplicationWindow {
text: "Dive list"
onTriggered: {
returnTopPage()
globalDrawer.close()
}
},
Action {