Fixed duplicated selection when rotating device
This commit is contained in:
parent
e760604c46
commit
1fe3911ecd
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ public class ChatCreationFragment extends Fragment implements View.OnClickListen
|
|||
mAllContactsButton.setEnabled(mOnlyDisplayLinphoneContacts);
|
||||
mLinphoneContactsButton.setEnabled(!mAllContactsButton.isEnabled());
|
||||
|
||||
mContactsSelectedLayout.removeAllViews();
|
||||
if (mContactsSelected.size() > 0) {
|
||||
mSearchAdapter.setContactsSelectedList(mContactsSelected);
|
||||
for (ContactAddress ca : mContactsSelected) {
|
||||
|
|
Loading…
Reference in a new issue