Voice chat fixes

This commit is contained in:
Ali
2020-12-08 18:23:47 +04:00
parent 648c18f22a
commit 60a808aea8
21 changed files with 4842 additions and 4341 deletions

View File

@@ -395,9 +395,9 @@ public func universalServiceMessageString(presentationData: (PresentationTheme,
}
if let discardReason = discardReason {
switch discardReason {
case .busy, .disconnect:
case .disconnect:
titleString = strings.Notification_CallCanceled
case .missed:
case .missed, .busy:
titleString = incoming ? strings.Notification_CallMissed : strings.Notification_CallCanceled
case .hangup:
break