Support Xcode 15.3

This commit is contained in:
Isaac
2024-04-02 19:16:00 +04:00
parent 8bd001556b
commit efae3b90a7
112 changed files with 510 additions and 229 deletions

View File

@@ -247,7 +247,7 @@ func convertFrame(_ frame: CGRect, from fromView: UIView, to toView: UIView) ->
return targetWindowFrame
}
final class ContextControllerNode: ViewControllerTracingNode, UIScrollViewDelegate {
final class ContextControllerNode: ViewControllerTracingNode, ASScrollViewDelegate {
private weak var controller: ContextController?
private var presentationData: PresentationData
@@ -408,7 +408,7 @@ final class ContextControllerNode: ViewControllerTracingNode, UIScrollViewDelega
self?.updateLayout()
}
self.scrollNode.view.delegate = self
self.scrollNode.view.delegate = self.wrappedScrollViewDelegate
if blurBackground {
self.view.addSubview(self.effectView)