Fix SecurityAndPrivacy "manage spaces" footer text
This commit is contained in:
parent
0f628bef50
commit
b8ab0491b8
1 changed files with 2 additions and 1 deletions
|
|
@ -279,7 +279,8 @@ private fun RoomAccessSection(
|
||||||
if (state.showManageSpaceFooter) {
|
if (state.showManageSpaceFooter) {
|
||||||
val footerText = stringWithLink(
|
val footerText = stringWithLink(
|
||||||
textRes = R.string.screen_security_and_privacy_room_access_footer,
|
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() },
|
onLinkClick = { onManageSpacesClick() },
|
||||||
)
|
)
|
||||||
Text(
|
Text(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue