Add test on RoomDetailsView
This commit is contained in:
parent
69e66d9101
commit
aa1e214e46
2 changed files with 32 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ private fun RoomDetailsTopBar(
|
|||
actions = {
|
||||
if (showEdit) {
|
||||
IconButton(onClick = { showMenu = !showMenu }) {
|
||||
Icon(Icons.Default.MoreVert, "")
|
||||
Icon(Icons.Default.MoreVert, stringResource(id = CommonStrings.a11y_user_menu))
|
||||
}
|
||||
DropdownMenu(
|
||||
expanded = showMenu,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue