From 20fda8afc37df863343d0f78ef983a3d42db7d34 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 7 Nov 2019 00:19:46 +0100 Subject: Mobile: reconnect the correct model after changing filter This caused a blank, unusable dive list. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index c73de4667..47b3d8f50 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -84,7 +84,7 @@ Kirigami.ApplicationWindow { function hideBusyAndConnectModel() { // this is used by QMLManager when done filtering busy.running = false - diveList.diveListModel = diveModel + diveList.diveListModel = diveTripModel } function returnTopPage() { -- cgit v1.2.3-70-g09d2