mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-01-20 19:19:21 +01:00
catch and display exceptions thrown at querying contact sources
This commit is contained in:
parent
aef045f160
commit
f37d7a0d10
@ -361,6 +361,8 @@ class ContactsHelper(val activity: BaseSimpleActivity) {
|
||||
sources.add(contactSource)
|
||||
} while (cursor.moveToNext())
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
activity.showErrorToast(e)
|
||||
} finally {
|
||||
cursor?.close()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user