From b8ab0491b8ce160fe2614d4ea3d15eeec72d2208 Mon Sep 17 00:00:00 2001 From: ganfra Date: Thu, 8 Jan 2026 17:24:55 +0100 Subject: [PATCH] Fix SecurityAndPrivacy "manage spaces" footer text --- .../securityandprivacy/impl/root/SecurityAndPrivacyView.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/features/securityandprivacy/impl/src/main/kotlin/io/element/android/features/securityandprivacy/impl/root/SecurityAndPrivacyView.kt b/features/securityandprivacy/impl/src/main/kotlin/io/element/android/features/securityandprivacy/impl/root/SecurityAndPrivacyView.kt index 3ebb2de282..f4207ae3af 100644 --- a/features/securityandprivacy/impl/src/main/kotlin/io/element/android/features/securityandprivacy/impl/root/SecurityAndPrivacyView.kt +++ b/features/securityandprivacy/impl/src/main/kotlin/io/element/android/features/securityandprivacy/impl/root/SecurityAndPrivacyView.kt @@ -279,7 +279,8 @@ private fun RoomAccessSection( if (state.showManageSpaceFooter) { val footerText = stringWithLink( textRes = R.string.screen_security_and_privacy_room_access_footer, - url = stringResource(R.string.screen_security_and_privacy_room_access_footer_manage_spaces_action), + url = "", + linkTextRes = R.string.screen_security_and_privacy_room_access_footer_manage_spaces_action, onLinkClick = { onManageSpacesClick() }, ) Text(