mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
WIP
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user