Skip to content
Snippets Groups Projects
Commit f42cd49c authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

chatview: avoid drawing a duplicate id in the header

Change-Id: I88e37cac4bce5ba2b66ea7d35d54da84df7ecb86
parent 519ced58
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,8 @@ Rectangle {
Layout.alignment: Qt.AlignVCenter | Qt.AlignLeft
visible: text !== ""
visible: text.length &&
userAliasLabelText != userUserNameLabelText
font.pointSize: JamiTheme.textFontSize
color: JamiTheme.faddedLastInteractionFontColor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment