Update unit tests
This commit is contained in:
parent
ad6f772a62
commit
3e8a536c0d
3 changed files with 10 additions and 4 deletions
|
|
@ -48,6 +48,7 @@ fun RoomNotificationSettingsOption(
|
|||
.fillMaxWidth()
|
||||
.selectable(
|
||||
selected = isSelected,
|
||||
enabled = enabled,
|
||||
onClick = { onOptionSelected(roomNotificationSettingsItem) },
|
||||
role = Role.RadioButton,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue