mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Reaction improvements
This commit is contained in:
@@ -741,7 +741,7 @@ public final class ReactionListContextMenuContent: ContextControllerItemsContent
|
||||
reactions.insert((nil, totalCount), at: 0)
|
||||
}
|
||||
|
||||
if reactions.count > 2 {
|
||||
if reactions.count > 2 && totalCount > 10 {
|
||||
self.tabListNode = ReactionTabListNode(context: context, availableReactions: availableReactions, reactions: reactions, message: message)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user