diff --git a/linphone-app/ui/modules/Linphone/Chat/Message.qml b/linphone-app/ui/modules/Linphone/Chat/Message.qml index 9084c94d4..e796e219f 100644 --- a/linphone-app/ui/modules/Linphone/Chat/Message.qml +++ b/linphone-app/ui/modules/Linphone/Chat/Message.qml @@ -135,15 +135,6 @@ Item { } } - ChatDeliveries{ - id: deliveryLayout - anchors.top:rectangle.bottom - anchors.left:parent.left - anchors.right:parent.right - anchors.rightMargin: 50 - - chatMessageModel: $chatEntry - } Loader{ id: reactionLoader anchors.top: rectangle.bottom @@ -165,6 +156,15 @@ Item { onReactionsClicked: container.reactionsClicked($chatEntry) } } + ChatDeliveries{ + id: deliveryLayout + anchors.top: reactionLoader.active ? reactionLoader.bottom : rectangle.bottom + anchors.left:parent.left + anchors.right:parent.right + anchors.rightMargin: 50 + + chatMessageModel: $chatEntry + } ActionButton { id: menuButton