|
|
@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
return cachedAvatar;
|
|
|
|
return cachedAvatar;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
UIColor *backgroundColor = [UIColor ows_conversationColorForColorName:conversationColorName].themeColor;
|
|
|
|
UIColor *backgroundColor = [UIColor ows_conversationColorOrDefaultForColorName:conversationColorName].themeColor;
|
|
|
|
UIImage *_Nullable image =
|
|
|
|
UIImage *_Nullable image =
|
|
|
|
[OWSGroupAvatarBuilder groupAvatarImageWithBackgroundColor:backgroundColor diameter:diameter];
|
|
|
|
[OWSGroupAvatarBuilder groupAvatarImageWithBackgroundColor:backgroundColor diameter:diameter];
|
|
|
|
if (!image) {
|
|
|
|
if (!image) {
|
|
|
|