mirror of
https://github.com/moparisthebest/Conversations
synced 2024-12-26 09:19:07 -05:00
clear avatar cache with new roster push from server
This commit is contained in:
parent
abbadcb58b
commit
86241a260a
@ -50,8 +50,10 @@ public class IqParser extends AbstractParser implements OnIqPacketReceived {
|
||||
contact.parseSubscriptionFromElement(item);
|
||||
}
|
||||
}
|
||||
mXmppConnectionService.getAvatarService().clear(contact);
|
||||
}
|
||||
}
|
||||
mXmppConnectionService.updateConversationUi();
|
||||
mXmppConnectionService.updateRosterUi();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user