mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Support Xcode 15.3
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user