chore(StatusIdenticon): use identicon source when set explicitly
This commit is contained in:
parent
fff67083f8
commit
c7b6c5dbac
|
@ -14,7 +14,7 @@ Item {
|
|||
height: 40
|
||||
|
||||
Loader {
|
||||
sourceComponent: root.chatType == Constants.chatTypeOneToOne ? imageIdenticon : letterIdenticon
|
||||
sourceComponent: root.chatType == Constants.chatTypeOneToOne || !!root.identicon ? imageIdenticon : letterIdenticon
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue