Fix SecurityAndPrivacy "manage spaces" footer text

This commit is contained in:
ganfra 2026-01-08 17:24:55 +01:00
parent c02a61e10c
commit ea7e8e74da

View file

@ -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(