mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix sticker emoji selection
This commit is contained in:
parent
30d31c42c6
commit
a50a537774
1 changed files with 4 additions and 0 deletions
|
|
@ -2780,6 +2780,10 @@ public final class ReactionContextNode: ASDisplayNode, ASScrollViewDelegate {
|
|||
self.view.endEditing(true)
|
||||
self.longPressRecognizer?.isEnabled = false
|
||||
|
||||
guard self.isExpanded else {
|
||||
return
|
||||
}
|
||||
|
||||
self.animateFromExtensionDistance = 0.0
|
||||
self.extensionDistance = 0.0
|
||||
self.visibleExtensionDistance = 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue