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:
parent
ae27dd77a7
commit
20fda8afc3
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user