Add "Choosing sticker" input activity

This commit is contained in:
Ilya Laktyushin
2021-08-18 00:47:36 +04:00
parent ce97e49ed7
commit 74c2145b21
6 changed files with 165 additions and 0 deletions

View File

@@ -341,6 +341,8 @@ final class ChatTitleView: UIView, NavigationBarTitleView {
stringValue = strings.Activity_RecordingVideoMessage
case .uploadingInstantVideo:
stringValue = strings.Activity_UploadingVideoMessage
case .choosingSticker:
stringValue = strings.Activity_ChoosingSticker
case .speakingInGroupCall:
stringValue = ""
}
@@ -372,6 +374,8 @@ final class ChatTitleView: UIView, NavigationBarTitleView {
state = .playingGame(string, color)
case .speakingInGroupCall:
state = .typingText(string, color)
case .choosingSticker:
state = .choosingSticker(string, color)
}
} else {
if let titleContent = self.titleContent {