summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mobile-widgets/qml/DiveList.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml
index f949a44be..6741098ff 100644
--- a/mobile-widgets/qml/DiveList.qml
+++ b/mobile-widgets/qml/DiveList.qml
@@ -303,9 +303,9 @@ Kirigami.ScrollablePage {
if (!startPageWrapper.visible) {
if (Qt.platform.os != "ios") {
manager.quit()
- // we shouldn't come back from there, but just in case
- event.accepted = true
}
+ // let's make sure Kirigami doesn't quit on our behalf
+ event.accepted = true
}
}
}