parent
3523952ef9
commit
02c422cb26
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class RecipientProvider {
|
|||
title = context.getString(R.string.RecipientProvider_unnamed_group);
|
||||
}
|
||||
|
||||
if (groupRecord.get().getAvatarId() != 0) {
|
||||
if (groupRecord.get().getAvatar() != null && groupRecord.get().getAvatar().length > 0) {
|
||||
avatarId = groupRecord.get().getAvatarId();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue