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