mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[WIP] Message effects
This commit is contained in:
@@ -133,7 +133,7 @@ public class DrawingReactionEntityView: DrawingStickerEntityView {
|
||||
context: self.context,
|
||||
animationCache: self.context.animationCache,
|
||||
presentationData: self.context.sharedContext.currentPresentationData.with({ $0 }).withUpdated(theme: defaultDarkPresentationTheme),
|
||||
items: reactionItems.map(ReactionContextItem.reaction),
|
||||
items: reactionItems.map { ReactionContextItem.reaction(item: $0, icon: .none) },
|
||||
selectedItems: Set(),
|
||||
title: nil,
|
||||
reactionsLocked: false,
|
||||
|
||||
Reference in New Issue
Block a user