diff --git a/linphone-app/ui/modules/Linphone/Chat/FileMessage.qml b/linphone-app/ui/modules/Linphone/Chat/FileMessage.qml index 158d5a4d1..77ce9c353 100644 --- a/linphone-app/ui/modules/Linphone/Chat/FileMessage.qml +++ b/linphone-app/ui/modules/Linphone/Chat/FileMessage.qml @@ -253,7 +253,7 @@ Row { } anchors.fill: parent - visible: (rectangle.isUploaded || rectangle.isRead) && !$chatEntry.isOutgoing + visible: ((rectangle.isUploaded || rectangle.isRead) && !$chatEntry.isOutgoing) || $chatEntry.isOutgoing onClicked: { if (Utils.pointIsInItem(this, thumbnailProvider, mouse)) {