mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 19:13:24 +00:00
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:
parent
80f29bd3f6
commit
a873711cec
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ MobileComponents.ApplicationWindow {
|
|||
text: "Dive list"
|
||||
onTriggered: {
|
||||
returnTopPage()
|
||||
globalDrawer.close()
|
||||
}
|
||||
},
|
||||
Action {
|
||||
|
|
Loading…
Add table
Reference in a new issue