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);
|
contact.parseSubscriptionFromElement(item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
mXmppConnectionService.getAvatarService().clear(contact);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
mXmppConnectionService.updateConversationUi();
|
||||||
mXmppConnectionService.updateRosterUi();
|
mXmppConnectionService.updateRosterUi();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue