mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 11:23:48 +00:00
Fix build
This commit is contained in:
parent
b918bf9615
commit
4d086dea9b
@ -555,7 +555,7 @@ public final class ChatMessageAttachedContentNode: ASDisplayNode {
|
||||
|
||||
let (buttonWidth, continueLayout) = makeActionButtonLayout(
|
||||
maxContentsWidth,
|
||||
nil
|
||||
nil,
|
||||
buttonIconImage,
|
||||
cornerIcon,
|
||||
actionTitle,
|
||||
|
@ -6290,7 +6290,7 @@ public final class StoryItemSetContainerComponent: Component {
|
||||
let (tip, tipSignal) = self.getLinkedStickerPacks()
|
||||
|
||||
return .single(ContextController.Items(id: 0, content: .list(items), tip: tip, tipSignal: tipSignal))
|
||||
})
|
||||
}
|
||||
|
||||
let contextController = ContextController(presentationData: presentationData, source: .reference(HeaderContextReferenceContentSource(controller: controller, sourceView: sourceView, position: .bottom)), items: contextItems, gesture: gesture)
|
||||
contextController.dismissed = { [weak self] in
|
||||
@ -6574,7 +6574,7 @@ public final class StoryItemSetContainerComponent: Component {
|
||||
|
||||
let (tip, tipSignal) = self.getLinkedStickerPacks()
|
||||
return .single(ContextController.Items(id: 0, content: .list(items), tip: tip, tipSignal: tipSignal))
|
||||
})
|
||||
}
|
||||
|
||||
let contextController = ContextController(presentationData: presentationData, source: .reference(HeaderContextReferenceContentSource(controller: controller, sourceView: sourceView, position: .bottom)), items: contextItems, gesture: gesture)
|
||||
contextController.dismissed = { [weak self] in
|
||||
|
Loading…
x
Reference in New Issue
Block a user