mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed friendlist subscribe setting disabled when it shouldn't
This commit is contained in:
parent
8c24cad87b
commit
b2fa49bccd
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class ContactsSettingsViewModel : GenericSettingsViewModel() {
|
|||
readContactsPermissionGranted.value = PermissionHelper.get().hasReadContactsPermission()
|
||||
|
||||
friendListSubscribe.value = core.isFriendListSubscriptionEnabled
|
||||
rlsAddressAvailable.value = core.defaultFriendList?.rlsAddress?.asStringUriOnly().orEmpty().isNotEmpty()
|
||||
rlsAddressAvailable.value = !core.config.getString("sip", "rls_uri", "").isNullOrEmpty()
|
||||
showNewContactAccountDialog.value = prefs.showNewContactAccountDialog
|
||||
nativePresence.value = prefs.storePresenceInNativeContact
|
||||
showOrganization.value = prefs.displayOrganization
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue