Skip to content

Commit

Permalink
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
Browse files Browse the repository at this point in the history
  • Loading branch information
laktyushin committed Jul 22, 2023
2 parents c9133b0 + 57fde69 commit a196a16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

1 comment on commit a196a16

@YahyobekNormamatov
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I

Please sign in to comment.