group updates do things

// FREEBIE
This commit is contained in:
Jake McGinty
2014-02-23 21:18:08 -08:00
parent 0ae1004142
commit 86b3de2a93
6 changed files with 67 additions and 10 deletions

View File

@@ -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);
}