Fix SecurityAndPrivacy "manage spaces" footer text
This commit is contained in:
parent
c02a61e10c
commit
ea7e8e74da
1 changed files with 2 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue