Fix bug with progress bar on contacts list
This commit is contained in:
parent
7dc07c1160
commit
8106c15d55
1 changed files with 7 additions and 3 deletions
|
@ -393,6 +393,10 @@ public class ContactsListFragment extends Fragment implements OnClickListener, O
|
|||
sipAddressToAdd = null;
|
||||
}
|
||||
|
||||
if (searchField != null && searchField.getText().toString().length() > 0) {
|
||||
if (contactsFetchInProgress != null) contactsFetchInProgress.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
if (LinphoneActivity.isInstanciated()) {
|
||||
LinphoneActivity.instance().selectMenu(FragmentsAvailable.CONTACTS_LIST);
|
||||
LinphoneActivity.instance().hideTabBar(false);
|
||||
|
|
Loading…
Reference in a new issue