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();
|
||||
break;
|
||||
case CONTACTS_LIST:
|
||||
checkAndRequestReadContactsPermission();
|
||||
checkAndRequestWriteContactsPermission();
|
||||
fragment = new ContactsListFragment();
|
||||
break;
|
||||
case CONTACT_DETAIL:
|
||||
|
|
Loading…
Reference in a new issue