Fix compilation issue.

This commit is contained in:
Benoit Marty
2025-12-12 12:21:41 +01:00
parent 6791890bf9
commit 4e043bfa40
6 changed files with 6 additions and 6 deletions

View File

@@ -218,7 +218,7 @@ private fun RoomAccessSection(
Text(text = stringResource(R.string.screen_security_and_privacy_room_access_space_members_option_unavailable_description))
},
trailingContent = ListItemContent.RadioButton(selected = edited == SecurityAndPrivacyRoomAccess.SpaceMember, enabled = false),
leadingContent = ListItemContent.Icon(IconSource.Vector(CompoundIcons.Workspace())),
leadingContent = ListItemContent.Icon(IconSource.Vector(CompoundIcons.Space())),
enabled = false,
)
}