Skip to content

Commit

Permalink
fix: crash during closing the app if gif was sent/received (#15026)
Browse files Browse the repository at this point in the history
  • Loading branch information
mprakhov authored Jun 4, 2024
1 parent 4e81f8f commit 551ae70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/imports/shared/status/StatusChatImageLoader.qml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ Item {
root.clicked(imageMessage, mouse)
}
}

Component.onDestruction: imageMessage.source = ""
}

Loader {
Expand Down

0 comments on commit 551ae70

Please sign in to comment.