Skip to content

Commit

Permalink
Fixed assignee image is not getting rendered on conversation, convers…
Browse files Browse the repository at this point in the history
…ation list screen when conversation is created with title
  • Loading branch information
Sathyan-KM committed Mar 5, 2024
1 parent 3ec9588 commit cfde64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Kommunicate/Classes/ConversationVCNavBar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ class ConversationVCNavBar: UIView, Localizable {
private func setupProfile(_ contact: ALContact?, _ channel: ALChannel) {
var url: URL?

if let imageUrl = channel.channelImageURL {
if let imageUrl = contact?.contactImageUrl {
url = URL(string: imageUrl)
}
if channel.type == Int16(SUPPORT_GROUP.rawValue) {
Expand Down

0 comments on commit cfde64d

Please sign in to comment.