aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-06 11:46:09 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-06 11:46:09 -0700
commit3bafc2a4e6c0e7c34f941332e15677c35be3297c (patch)
treec1e4d13250772531e188e7abb1a44227b5e9f4cf
parent961b80ec20e48e0ffaef93bbcb1951560902fbff (diff)
downloadsubsurface-3bafc2a4e6c0e7c34f941332e15677c35be3297c.tar.gz
QML UI: close the drawer right when the user taps sync manually
Having a short delay before the menu closes looks bad. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--mobile-widgets/qml/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 36c225ef8..34d99376d 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -139,6 +139,7 @@ Kirigami.ApplicationWindow {
globalDrawer.close()
detailsWindow.endEditMode()
manager.saveChanges();
+ globalDrawer.close()
}
}
Kirigami.Action {