mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -542,6 +542,9 @@ final class NavigationModalContainer: ASDisplayNode, UIScrollViewDelegate, UIGes
|
||||
} else if listNode.scroller.isDecelerating && listNode.scroller.contentOffset.y < listNode.scroller.contentInset.top {
|
||||
return self.scrollNode.view
|
||||
}
|
||||
} else if let currentParent, currentParent.disablesInteractiveModalDismiss {
|
||||
enableScrolling = false
|
||||
break
|
||||
}
|
||||
currentParent = currentParent?.superview
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user