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 5b208844c7
commit 8485dea251

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) {