Skip to content

Commit

Permalink
add FIXME
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Feb 18, 2025
1 parent 01df2e3 commit 1a00750
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ private void checkContactPermission() {
private void pickContactEmail() {
Intent intent = new Intent(Intent.ACTION_PICK, ContactsContract.CommonDataKinds.Email.CONTENT_URI);

// FIXME:
if (intent.resolveActivity(getPackageManager()) != null) {
onContactSelectionResultLauncher.launch(intent);
} else {
Expand Down

0 comments on commit 1a00750

Please sign in to comment.