Fix bug in creation chat

This commit is contained in:
Erwan Croze 2018-05-25 15:07:14 +02:00
parent c026ae9c0c
commit 781f3a8da4

View file

@ -426,7 +426,6 @@ public class ChatCreationFragment extends Fragment implements View.OnClickListen
@Override
public void onContactsUpdated() {
ContactsManager.getInstance().fetchContactsAsync();
updateList();
}
}