mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 11:23:48 +00:00
Fix choosing sticker activity for groups
This commit is contained in:
parent
9cf17045e2
commit
21496be429
@ -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";
|
||||
|
||||
|
@ -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 = ""
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user