mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Cancel reaction gesture after long tap
This commit is contained in:
@@ -170,4 +170,8 @@ public final class ReactionSwipeGestureRecognizer: UIPanGestureRecognizer {
|
||||
self.state = .ended
|
||||
}
|
||||
}
|
||||
|
||||
public func cancel() {
|
||||
self.state = .cancelled
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user