From 656fca46d793fb36d89ccd0f36d8ed8b1ffbd5e3 Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Sat, 26 Oct 2024 02:42:22 +0300 Subject: [PATCH] remove commented part of the code --- .../conversations/presentation/ConversationsScreen.kt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/feature/conversations/src/main/kotlin/dev/meloda/fast/conversations/presentation/ConversationsScreen.kt b/feature/conversations/src/main/kotlin/dev/meloda/fast/conversations/presentation/ConversationsScreen.kt index bb9eec82..337cefce 100644 --- a/feature/conversations/src/main/kotlin/dev/meloda/fast/conversations/presentation/ConversationsScreen.kt +++ b/feature/conversations/src/main/kotlin/dev/meloda/fast/conversations/presentation/ConversationsScreen.kt @@ -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,