mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Invite Links Improvements
This commit is contained in:
@@ -497,7 +497,12 @@ final class NavigationModalContainer: ASDisplayNode, UIScrollViewDelegate, UIGes
|
||||
if currentParent == nil {
|
||||
break
|
||||
}
|
||||
if let scrollView = currentParent as? UIScrollView {
|
||||
if currentParent is UIKeyInput {
|
||||
if currentParent?.disablesInteractiveModalDismiss == true {
|
||||
enableScrolling = false
|
||||
break
|
||||
}
|
||||
} else if let scrollView = currentParent as? UIScrollView {
|
||||
if scrollView === self.scrollNode.view {
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user