mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix build
This commit is contained in:
parent
8d161b5e43
commit
cf951c7993
@ -587,7 +587,7 @@ public final class ChatMessageAttachedContentNode: ASDisplayNode {
|
|||||||
|
|
||||||
let (buttonWidth, continueLayout) = makeActionButtonLayout(
|
let (buttonWidth, continueLayout) = makeActionButtonLayout(
|
||||||
maxContentsWidth,
|
maxContentsWidth,
|
||||||
nil
|
nil,
|
||||||
buttonIconImage,
|
buttonIconImage,
|
||||||
cornerIcon,
|
cornerIcon,
|
||||||
actionTitle,
|
actionTitle,
|
||||||
|
@ -6302,7 +6302,7 @@ public final class StoryItemSetContainerComponent: Component {
|
|||||||
let (tip, tipSignal) = self.getLinkedStickerPacks()
|
let (tip, tipSignal) = self.getLinkedStickerPacks()
|
||||||
|
|
||||||
return .single(ContextController.Items(id: 0, content: .list(items), tip: tip, tipSignal: tipSignal))
|
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)
|
let contextController = ContextController(presentationData: presentationData, source: .reference(HeaderContextReferenceContentSource(controller: controller, sourceView: sourceView, position: .bottom)), items: contextItems, gesture: gesture)
|
||||||
contextController.dismissed = { [weak self] in
|
contextController.dismissed = { [weak self] in
|
||||||
@ -6586,7 +6586,7 @@ public final class StoryItemSetContainerComponent: Component {
|
|||||||
|
|
||||||
let (tip, tipSignal) = self.getLinkedStickerPacks()
|
let (tip, tipSignal) = self.getLinkedStickerPacks()
|
||||||
return .single(ContextController.Items(id: 0, content: .list(items), tip: tip, tipSignal: tipSignal))
|
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)
|
let contextController = ContextController(presentationData: presentationData, source: .reference(HeaderContextReferenceContentSource(controller: controller, sourceView: sourceView, position: .bottom)), items: contextItems, gesture: gesture)
|
||||||
contextController.dismissed = { [weak self] in
|
contextController.dismissed = { [weak self] in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user