forked from melod1n/fast-messenger
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)
|
||||
)
|
||||
|
||||
// IconButton(
|
||||
// onClick = {
|
||||
// dropDownMenuExpanded = true
|
||||
// }
|
||||
// ) {
|
||||
// Icon(
|
||||
// imageVector = Icons.Outlined.MoreVert,
|
||||
// contentDescription = "Options button"
|
||||
// )
|
||||
// }
|
||||
|
||||
DropdownMenu(
|
||||
modifier = Modifier.defaultMinSize(minWidth = 140.dp),
|
||||
expanded = dropDownMenuExpanded,
|
||||
|
||||
Reference in New Issue
Block a user