From 65910177b26cc6fdc28f28b76be28e96c2200537 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 24 Oct 2019 20:59:40 -0400 Subject: Mobile: also show busy spinner when applying GPS fixes That's another function that can take a little while. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/main.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 17ae7ad7b..730df292e 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -296,6 +296,7 @@ Kirigami.ApplicationWindow { } text: qsTr("Apply GPS fixes") onTriggered: { + showBusy() manager.applyGpsData() globalDrawer.close() diveModel.resetInternalData() @@ -304,6 +305,7 @@ Kirigami.ApplicationWindow { pageStack.pop() } pageStack.push(diveList) + hideBusy() } } Kirigami.Action { -- cgit v1.2.3-70-g09d2