Fix contacts permission
This commit is contained in:
parent
706913502d
commit
fce568a6bb
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ public class LinphoneActivity extends LinphoneGenericActivity implements OnClick
|
||||||
fragment = new HistoryDetailFragment();
|
fragment = new HistoryDetailFragment();
|
||||||
break;
|
break;
|
||||||
case CONTACTS_LIST:
|
case CONTACTS_LIST:
|
||||||
checkAndRequestReadContactsPermission();
|
checkAndRequestWriteContactsPermission();
|
||||||
fragment = new ContactsListFragment();
|
fragment = new ContactsListFragment();
|
||||||
break;
|
break;
|
||||||
case CONTACT_DETAIL:
|
case CONTACT_DETAIL:
|
||||||
|
|
Loading…
Reference in a new issue