diff --git a/tests/ui/modules/Linphone/Contact/Contact.qml b/tests/ui/modules/Linphone/Contact/Contact.qml index cbc6ecc38..3fd4c9de7 100644 --- a/tests/ui/modules/Linphone/Contact/Contact.qml +++ b/tests/ui/modules/Linphone/Contact/Contact.qml @@ -48,7 +48,7 @@ Rectangle { Layout.preferredHeight: ContactStyle.contentHeight Layout.preferredWidth: ContactStyle.contentHeight image: _contact && _contact.vcard.avatar - presenceLevel: _contact ? _contact.presenceLevel : Presence.White + presenceLevel: _contact ? _contact.presenceLevel : -1 username: LinphoneUtils.getContactUsername(_contact || _getSipAddress()) }