Send message context menu improvements

This commit is contained in:
Isaac
2024-05-14 14:46:29 +04:00
parent 304ce900c1
commit 250b5ff2ad
4 changed files with 60 additions and 40 deletions

View File

@@ -110,7 +110,7 @@ final class ChatTextInputActionButtonsNode: ASDisplayNode {
return
}
if !strongSelf.sendButtonHasApplyIcon {
strongSelf.sendButtonLongPressed?(strongSelf.sendContainerNode, recognizer)
strongSelf.sendButtonLongPressed?(strongSelf, recognizer)
}
}