Fix SecurityAndPrivacy "manage spaces" footer text

This commit is contained in:
ganfra
2026-01-08 17:24:55 +01:00
parent 0f628bef50
commit b8ab0491b8

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(