mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-31 06:05:12 +00:00
Ignore all exceptions from ContentResolver.query
This commit is contained in:
@@ -59,7 +59,7 @@ public class ContactsHelper {
|
|||||||
, PhoneLookup.ID */
|
, PhoneLookup.ID */
|
||||||
},
|
},
|
||||||
null, null, null);
|
null, null, null);
|
||||||
} catch (IllegalArgumentException e) {
|
} catch (Exception e) {
|
||||||
return contactInfo;
|
return contactInfo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user