mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-19 12:38:07 +00:00
Fix contacts permission
This commit is contained in:
parent
50dd5520b3
commit
574cf04a66
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…
Add table
Reference in a new issue