UI improvements

This commit is contained in:
Ali
2023-01-19 18:30:59 +04:00
parent a754bae7d8
commit 8e3cc09e56
6 changed files with 17 additions and 7 deletions

View File

@@ -2217,7 +2217,7 @@ public final class EmojiContentPeekBehaviorImpl: EmojiContentPeekBehavior {
interaction.copyEmoji(file)
}
if let _ = strongSelf.chatPeerId, !isLocked {
if let _ = strongSelf.chatPeerId {
//TODO:localize
menuItems.append(.action(ContextMenuActionItem(text: "Send Emoji", icon: { theme in
if let image = generateTintedImage(image: UIImage(bundleImageName: "Chat/Context Menu/Download"), color: theme.actionSheet.primaryTextColor) {