Close reply bar when switching/recycling chat page
This commit is contained in:
@@ -74,6 +74,11 @@ Item {
|
||||
onTriggered: longLoading = true
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: pageLoader
|
||||
onAboutToRecycle: chat.clearReplyTo()
|
||||
}
|
||||
|
||||
HLoader {
|
||||
id: loader
|
||||
anchors.rightMargin:
|
||||
|
Reference in New Issue
Block a user