Skip to content

Commit 0ee3eb6

Browse files
authored
Merge pull request #924 from Adamant-im/916
Remove click-copy feature
2 parents 2f71169 + 5df388d commit 0ee3eb6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Adamant/Modules/Chat/View/Subviews/ChatBaseMessage/ChatMessageCell.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ final class ChatMessageCell: TextMessageCell, ChatModelView {
116116
isSelected,
117117
originalColor: model.backgroundColor.uiColor
118118
)
119-
if isSelected {
120-
UIPasteboard.general.string = self.model.text.string
121-
self.copyNotification?()
122-
}
123119
}
124120
}
125121

0 commit comments

Comments
 (0)