mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-07 06:43:43 +00:00
Restore context gestures
This commit is contained in:
parent
5c4480fae3
commit
77c016f977
@ -25,7 +25,7 @@ public final class ContextControllerSourceNode: ASDisplayNode {
|
|||||||
guard let strongSelf = self, !strongSelf.bounds.width.isZero else {
|
guard let strongSelf = self, !strongSelf.bounds.width.isZero else {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
return strongSelf.shouldBegin?(point) ?? false
|
return strongSelf.shouldBegin?(point) ?? true
|
||||||
}
|
}
|
||||||
|
|
||||||
contextGesture.activationProgress = { [weak self] progress, update in
|
contextGesture.activationProgress = { [weak self] progress, update in
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user