mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[WIP] Saved messages
This commit is contained in:
@@ -2431,6 +2431,9 @@ public final class ReactionContextNode: ASDisplayNode, UIScrollViewDelegate {
|
||||
case .ended:
|
||||
let point = recognizer.location(in: self.view)
|
||||
|
||||
if self.isExpanded {
|
||||
return
|
||||
}
|
||||
if let expandItemView = self.expandItemView, expandItemView.bounds.contains(self.view.convert(point, to: self.expandItemView)) {
|
||||
self.animateFromExtensionDistance = self.contentTopInset * 2.0 + self.extensionDistance
|
||||
self.contentTopInset = 0.0
|
||||
|
||||
Reference in New Issue
Block a user