From 77c016f97740e459037ffb350cf808dc1e550a9a Mon Sep 17 00:00:00 2001 From: Ali <> Date: Tue, 5 Nov 2019 00:44:06 +0400 Subject: [PATCH] Restore context gestures --- submodules/ContextUI/Sources/ContextControllerSourceNode.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/ContextUI/Sources/ContextControllerSourceNode.swift b/submodules/ContextUI/Sources/ContextControllerSourceNode.swift index 64f798b11b..51b7fca583 100644 --- a/submodules/ContextUI/Sources/ContextControllerSourceNode.swift +++ b/submodules/ContextUI/Sources/ContextControllerSourceNode.swift @@ -25,7 +25,7 @@ public final class ContextControllerSourceNode: ASDisplayNode { guard let strongSelf = self, !strongSelf.bounds.width.isZero else { return false } - return strongSelf.shouldBegin?(point) ?? false + return strongSelf.shouldBegin?(point) ?? true } contextGesture.activationProgress = { [weak self] progress, update in