Respond to CR.

This commit is contained in:
Matthew Chen 2018-09-27 08:50:52 -04:00
parent 72562920ed
commit 2f9eae5caf

View file

@ -135,6 +135,7 @@ NS_ASSUME_NONNULL_BEGIN
UIImage *_Nullable image =
[OWSAvatarBuilder avatarImageWithInitials:initials backgroundColor:color diameter:self.diameter];
if (!image) {
OWSFailDebug(@"Could not generate avatar.");
return nil;
}