mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
Limit horizontal channel reactions to 16
This commit is contained in:
parent
a59d8e3247
commit
accc4d605b
@ -163,7 +163,7 @@ extension ChatControllerImpl {
|
|||||||
selectedItems: selectedReactions.files
|
selectedItems: selectedReactions.files
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
} else if reactionItems.count > 10 {
|
} else if reactionItems.count > 16 {
|
||||||
actions.getEmojiContent = { [weak self] animationCache, animationRenderer in
|
actions.getEmojiContent = { [weak self] animationCache, animationRenderer in
|
||||||
guard let self else {
|
guard let self else {
|
||||||
preconditionFailure()
|
preconditionFailure()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user