Skip to content

Commit 2040053

Browse files
committed
DROID-4115 fixes
1 parent c0dffca commit 2040053

File tree

1 file changed

+14
-14
lines changed
  • feature-chats/src/main/java/com/anytypeio/anytype/feature_chats/ui

1 file changed

+14
-14
lines changed

feature-chats/src/main/java/com/anytypeio/anytype/feature_chats/ui/Toolbars.kt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -204,20 +204,20 @@ fun ChatTopToolbar(
204204
showDropdownMenu = false
205205
}
206206
)
207-
Divider(paddingStart = 0.dp, paddingEnd = 0.dp)
208-
DropdownMenuItem(
209-
content = {
210-
Text(
211-
text = stringResource(R.string.copy_link),
212-
color = colorResource(id = R.color.text_primary),
213-
modifier = Modifier.padding(end = 64.dp)
214-
)
215-
},
216-
onClick = {
217-
onCopyLink()
218-
showDropdownMenu = false
219-
}
220-
)
207+
// Divider(paddingStart = 0.dp, paddingEnd = 0.dp)
208+
// DropdownMenuItem(
209+
// content = {
210+
// Text(
211+
// text = stringResource(R.string.copy_link),
212+
// color = colorResource(id = R.color.text_primary),
213+
// modifier = Modifier.padding(end = 64.dp)
214+
// )
215+
// },
216+
// onClick = {
217+
// onCopyLink()
218+
// showDropdownMenu = false
219+
// }
220+
// )
221221
Divider(paddingStart = 0.dp, paddingEnd = 0.dp)
222222
DropdownMenuItem(
223223
content = {

0 commit comments

Comments
 (0)