Mobile: reconnect the correct model after changing filter

This caused a blank, unusable dive list.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-11-07 00:19:46 +01:00
parent ae27dd77a7
commit 20fda8afc3

View file

@ -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() {