mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fixed short-term presence enabled by mistake on Friends, causing ANR when resuming app!
This commit is contained in:
parent
73a406b3f9
commit
06abe16bd1
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue