fix: crash during closing the app if gif was sent/received (#15026)
This commit is contained in:
parent
4e81f8f220
commit
551ae70c46
|
@ -111,6 +111,8 @@ Item {
|
|||
root.clicked(imageMessage, mouse)
|
||||
}
|
||||
}
|
||||
|
||||
Component.onDestruction: imageMessage.source = ""
|
||||
}
|
||||
|
||||
Loader {
|
||||
|
|
Loading…
Reference in New Issue