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