summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/main.qml')
-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 bf0830f46..d2988f115 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -64,10 +64,12 @@ Kirigami.ApplicationWindow {
function showBusy() {
busy.running = true
+ diveList.diveListModel = null
}
function hideBusy() {
busy.running = false
+ diveList.diveListModel = diveModel
}
function returnTopPage() {