2
0
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:
Albert Vaca
2017-06-21 03:26:22 +02:00
parent c18dc3b724
commit 37aab9a520

View File

@@ -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;
} }