diff --git a/tests/ui/modules/Linphone/Chat/IncomingMessage.qml b/tests/ui/modules/Linphone/Chat/IncomingMessage.qml index 799f7aa8e..d33d343a0 100644 --- a/tests/ui/modules/Linphone/Chat/IncomingMessage.qml +++ b/tests/ui/modules/Linphone/Chat/IncomingMessage.qml @@ -26,7 +26,7 @@ RowLayout { // The avatar is only visible for the first message of a incoming messages sequence. visible: { - if (index === 0) { + if (index <= 0) { return true }