This commit is contained in:
Ali
2020-11-24 19:50:25 +04:00
parent b2f3ed1491
commit 2c7185763e
20 changed files with 620 additions and 286 deletions

View File

@@ -318,6 +318,8 @@ final class ChatTitleView: UIView, NavigationBarTitleView {
stringValue = strings.Activity_RecordingVideoMessage
case .uploadingInstantVideo:
stringValue = strings.Activity_UploadingVideoMessage
case .speakingInGroupCall:
stringValue = ""
}
} else {
for (peer, _) in inputActivities {
@@ -345,6 +347,8 @@ final class ChatTitleView: UIView, NavigationBarTitleView {
state = .uploading(string, color)
case .playingGame:
state = .playingGame(string, color)
case .speakingInGroupCall:
state = .typingText(string, color)
}
} else {
if let titleContent = self.titleContent {