mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix choosing sticker activity for groups
This commit is contained in:
@@ -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 = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user