File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
feature-chats/src/main/java/com/anytypeio/anytype/feature_chats/ui Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff 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 = {
You can’t perform that action at this time.
0 commit comments