mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Video improvements
This commit is contained in:
@@ -371,7 +371,7 @@ public func universalServiceMessageString(presentationData: (PresentationTheme,
|
||||
} else {
|
||||
attributedString = NSAttributedString(string: strings.Message_PaymentSent(formatCurrencyAmount(totalAmount, currency: currency)).0, font: titleFont, textColor: primaryTextColor)
|
||||
}
|
||||
case let .phoneCall(_, discardReason, _):
|
||||
case let .phoneCall(_, discardReason, _, _):
|
||||
var titleString: String
|
||||
let incoming: Bool
|
||||
if message.flags.contains(.Incoming) {
|
||||
|
||||
Reference in New Issue
Block a user