mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-19 07:48:28 +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()
|
readContactsPermissionGranted.value = PermissionHelper.get().hasReadContactsPermission()
|
||||||
|
|
||||||
friendListSubscribe.value = core.isFriendListSubscriptionEnabled
|
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
|
showNewContactAccountDialog.value = prefs.showNewContactAccountDialog
|
||||||
nativePresence.value = prefs.storePresenceInNativeContact
|
nativePresence.value = prefs.storePresenceInNativeContact
|
||||||
showOrganization.value = prefs.displayOrganization
|
showOrganization.value = prefs.displayOrganization
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue