mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-18 23:38:28 +00:00
Fix bug in creation chat
This commit is contained in:
parent
c026ae9c0c
commit
781f3a8da4
1 changed files with 0 additions and 1 deletions
|
|
@ -426,7 +426,6 @@ public class ChatCreationFragment extends Fragment implements View.OnClickListen
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onContactsUpdated() {
|
public void onContactsUpdated() {
|
||||||
ContactsManager.getInstance().fetchContactsAsync();
|
|
||||||
updateList();
|
updateList();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue