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:
@@ -80,6 +80,11 @@ HFlickableColumnPage {
|
||||
onKeyboardAccept: if (applyButton.enabled) applyButton.clicked()
|
||||
onKeyboardCancel: cancel()
|
||||
|
||||
Connections {
|
||||
target: pageLoader
|
||||
function onAboutToRecycle() { cancel() }
|
||||
}
|
||||
|
||||
HRoomAvatar {
|
||||
id: avatar
|
||||
clientUserId: chat.userId
|
||||
|
||||
Reference in New Issue
Block a user