mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-05 10:12:30 +00:00
group updates do things
// FREEBIE
This commit is contained in:
@@ -61,7 +61,6 @@ public class AvatarDownloader {
|
||||
Recipient groupRecipient = RecipientFactory.getRecipientsFromString(context, GroupUtil.getEncodedId(groupId), true)
|
||||
.getPrimaryRecipient();
|
||||
groupRecipient.setContactPhoto(avatar);
|
||||
groupRecipient.notifyListeners();
|
||||
} catch (RecipientFormattingException e) {
|
||||
Log.w("AvatarDownloader", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user