mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Support Xcode 15.3
This commit is contained in:
@@ -17,7 +17,7 @@ import UndoUI
|
||||
import ChatControllerInteraction
|
||||
import ChatInputContextPanelNode
|
||||
|
||||
private final class InlineReactionSearchStickersNode: ASDisplayNode, UIScrollViewDelegate {
|
||||
private final class InlineReactionSearchStickersNode: ASDisplayNode, ASScrollViewDelegate {
|
||||
private final class DisplayItem {
|
||||
let file: TelegramMediaFile
|
||||
let frame: CGRect
|
||||
@@ -78,7 +78,7 @@ private final class InlineReactionSearchStickersNode: ASDisplayNode, UIScrollVie
|
||||
self.scrollNode.view.alwaysBounceVertical = true
|
||||
self.scrollNode.view.showsVerticalScrollIndicator = false
|
||||
self.scrollNode.view.showsHorizontalScrollIndicator = false
|
||||
self.scrollNode.view.delegate = self
|
||||
self.scrollNode.view.delegate = self.wrappedScrollViewDelegate
|
||||
|
||||
self.addSubnode(self.scrollNode)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user