Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
laktyushin committed Jan 28, 2024
1 parent b918bf9 commit 4d086de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ public final class ChatMessageAttachedContentNode: ASDisplayNode {

let (buttonWidth, continueLayout) = makeActionButtonLayout(
maxContentsWidth,
nil
nil,
buttonIconImage,
cornerIcon,
actionTitle,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4d086de

Please sign in to comment.