From c846e088dbd83e6a421fcf450e60d78a0dfffced Mon Sep 17 00:00:00 2001 From: Ali <> Date: Sat, 22 Jul 2023 00:44:43 +0400 Subject: [PATCH] Fix typo --- .../Sources/PeerInfoStoryPaneNode.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/TelegramUI/Components/PeerInfo/PeerInfoVisualMediaPaneNode/Sources/PeerInfoStoryPaneNode.swift b/submodules/TelegramUI/Components/PeerInfo/PeerInfoVisualMediaPaneNode/Sources/PeerInfoStoryPaneNode.swift index b681623fabc..f14ca3c33f3 100644 --- a/submodules/TelegramUI/Components/PeerInfo/PeerInfoVisualMediaPaneNode/Sources/PeerInfoStoryPaneNode.swift +++ b/submodules/TelegramUI/Components/PeerInfo/PeerInfoVisualMediaPaneNode/Sources/PeerInfoStoryPaneNode.swift @@ -1855,7 +1855,7 @@ public final class PeerInfoStoryPaneNode: ASDisplayNode, PeerInfoPaneNode, UIScr } else if isSelecting { enableDismissGesture = false } - self.view.disablesInteractiveTransitionGestureRecognizer = enableDismissGesture + self.view.disablesInteractiveTransitionGestureRecognizer = !enableDismissGesture if isSelecting { if self.gridSelectionGesture == nil {