Reset room pane state when recycling chat page

Side effect: the members filter field's text is no longer saved to disk
This commit is contained in:
miruka
2020-09-03 17:59:48 -04:00
parent 601b42a503
commit 2545ba6c00
6 changed files with 36 additions and 14 deletions

View File

@@ -576,8 +576,8 @@ Rectangle {
}
Connections {
target: chat
function onPageIdentityChanged() { eventList.moreToLoad = true }
target: pageLoader
function onRecycled() { eventList.moreToLoad = true }
}
}