remove commented part of the code

This commit is contained in:
2024-10-26 02:42:22 +03:00
parent babf20f62e
commit 656fca46d7
@@ -235,17 +235,6 @@ fun ConversationsScreen(
placeholder = painterResource(id = UiR.drawable.ic_account_circle_cut)
)
// IconButton(
// onClick = {
// dropDownMenuExpanded = true
// }
// ) {
// Icon(
// imageVector = Icons.Outlined.MoreVert,
// contentDescription = "Options button"
// )
// }
DropdownMenu(
modifier = Modifier.defaultMinSize(minWidth = 140.dp),
expanded = dropDownMenuExpanded,