remove commented part of the code
This commit is contained in:
-11
@@ -235,17 +235,6 @@ fun ConversationsScreen(
|
|||||||
placeholder = painterResource(id = UiR.drawable.ic_account_circle_cut)
|
placeholder = painterResource(id = UiR.drawable.ic_account_circle_cut)
|
||||||
)
|
)
|
||||||
|
|
||||||
// IconButton(
|
|
||||||
// onClick = {
|
|
||||||
// dropDownMenuExpanded = true
|
|
||||||
// }
|
|
||||||
// ) {
|
|
||||||
// Icon(
|
|
||||||
// imageVector = Icons.Outlined.MoreVert,
|
|
||||||
// contentDescription = "Options button"
|
|
||||||
// )
|
|
||||||
// }
|
|
||||||
|
|
||||||
DropdownMenu(
|
DropdownMenu(
|
||||||
modifier = Modifier.defaultMinSize(minWidth = 140.dp),
|
modifier = Modifier.defaultMinSize(minWidth = 140.dp),
|
||||||
expanded = dropDownMenuExpanded,
|
expanded = dropDownMenuExpanded,
|
||||||
|
|||||||
Reference in New Issue
Block a user