mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 10:03:51 +02:00
Added comment
This commit is contained in:
@@ -2062,6 +2062,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
ContactsContract.Contacts.DISPLAY_NAME
|
||||
},
|
||||
null, null, null)) {
|
||||
// https://issuetracker.google.com/issues/118400813
|
||||
// https://developer.android.com/guide/topics/providers/content-provider-basics#DisplayResults
|
||||
if (cursor != null && cursor.getCount() == 0)
|
||||
throw new SecurityException("Could not retrieve selected contact");
|
||||
|
||||
Reference in New Issue
Block a user