Fixed short-term presence enabled by mistake on Friends, causing ANR when resuming app!
This commit is contained in:
parent
5b208844c7
commit
8485dea251
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ class ContactLoader : LoaderManager.LoaderCallbacks<Cursor> {
|
||||||
friend.starred = starred
|
friend.starred = starred
|
||||||
friend.nativeUri =
|
friend.nativeUri =
|
||||||
"${ContactsContract.Contacts.CONTENT_LOOKUP_URI}/$lookupKey"
|
"${ContactsContract.Contacts.CONTENT_LOOKUP_URI}/$lookupKey"
|
||||||
|
friend.isSubscribesEnabled = false
|
||||||
}
|
}
|
||||||
|
|
||||||
when (mime) {
|
when (mime) {
|
||||||
|
|
Loading…
Reference in a new issue