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
c45815d47e
commit
8aefa19d31
@ -178,7 +178,7 @@ final class ForwardAccessoryPanelNode: AccessoryPanelNode {
|
|||||||
text = "\(authors): \(string)"
|
text = "\(authors): \(string)"
|
||||||
} else {
|
} else {
|
||||||
title = strongSelf.strings.Conversation_ForwardOptions_ForwardTitle(Int32(messages.count))
|
title = strongSelf.strings.Conversation_ForwardOptions_ForwardTitle(Int32(messages.count))
|
||||||
text = strongSelf.strings.Conversation_ForwardFrom(authors)
|
text = strongSelf.strings.Conversation_ForwardFrom(authors).string
|
||||||
}
|
}
|
||||||
|
|
||||||
strongSelf.messages = messages
|
strongSelf.messages = messages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user