aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/main.qml2
1 files changed, 2 insertions, 0 deletions
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 {