mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
[WIP] Send message effects
This commit is contained in:
@@ -680,7 +680,7 @@ final class ChatSearchTitleAccessoryPanelNode: ChatTitleAccessoryPanelNode, Chat
|
||||
return
|
||||
}
|
||||
|
||||
c.dismiss(completion: { [weak self] in
|
||||
c?.dismiss(completion: { [weak self] in
|
||||
guard let self, let item = self.items.first(where: { $0.reaction == reaction }) else {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user