mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Voice chat fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user