summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r--mobile-widgets/qml/main.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index c338fa04c..63c071766 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -288,7 +288,10 @@ Kirigami.ApplicationWindow {
}
text: qsTr("Apply GPS fixes")
onTriggered: {
- manager.applyGpsData();
+ manager.applyGpsData()
+ globalDrawer.close()
+ diveModel.resetInternalData()
+ manager.refreshDiveList()
}
}
Kirigami.Action {