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

@@ -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 = ""
}