Fix choosing sticker activity for groups

This commit is contained in:
Ilya Laktyushin 2021-08-30 17:22:26 +03:00
parent 9cf17045e2
commit 21496be429
2 changed files with 3 additions and 1 deletions

View File

@ -6650,6 +6650,8 @@ Sorry for the inconvenience.";
"Conversation.ForwardOptions.Messages_0" = "%@ messages";
"Activity.ChoosingSticker" = "choosing sticker";
"DialogList.SingleChoosingStickerSuffix" = "%@ is choosing sticker";
"WallpaperPreview.Animate" = "Animate";
"WallpaperPreview.AnimateDescription" = "Colors will move when you send messages";

View File

@ -104,7 +104,7 @@ final class ChatListInputActivitiesNode: ASDisplayNode {
case .typingText:
text = strings.DialogList_SingleTypingSuffix(peerTitle).string
case .choosingSticker:
text = ""
text = strings.DialogList_SingleChoosingStickerSuffix(peerTitle).string
case .speakingInGroupCall:
text = ""
}