From 2755e64cea507d22c021580d2fb0002042b5db30 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 12 Jun 2016 12:12:37 -0700 Subject: Don't quit when hitting the back button on iOS This should finally fix this problem. Famous last words. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveList.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mobile-widgets/qml/DiveList.qml') 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 } } } -- cgit v1.2.3-70-g09d2