mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix build
This commit is contained in:
parent
8f1e024aef
commit
701d27c0a9
1 changed files with 1 additions and 2 deletions
|
|
@ -1850,8 +1850,7 @@ final class StoryItemSetContainerSendMessage: @unchecked(Sendable) {
|
|||
updatedPresentationData: updatedPresentationData,
|
||||
chatLocation: .peer(id: peer.id),
|
||||
buttons: buttons,
|
||||
initialButton: initialButton,
|
||||
customEmojiAvailable: true
|
||||
initialButton: initialButton
|
||||
)
|
||||
attachmentController.didDismiss = { [weak self, weak view] in
|
||||
guard let self, let view else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue