userUpdatedHisProfile method

void userUpdatedHisProfile(
  1. String jid
)

Implementation

void userUpdatedHisProfile(String jid) {
  updateRecentChatAdapter(jid);
  updateRecentChatAdapterSearch(jid);
  updateProfileSearch(jid);
}