Fixed short-term presence enabled by mistake on Friends, causing ANR when resuming app!

This commit is contained in:
Sylvain Berfini 2022-05-24 17:30:27 +02:00
parent 73a406b3f9
commit 06abe16bd1

View file

@ -136,6 +136,7 @@ class ContactLoader : LoaderManager.LoaderCallbacks<Cursor> {
friend.starred = starred
friend.nativeUri =
"${ContactsContract.Contacts.CONTENT_LOOKUP_URI}/$lookupKey"
friend.isSubscribesEnabled = false
}
when (mime) {