This commit is contained in:
Ali
2023-09-05 18:39:00 +04:00
parent cc07967f9f
commit d282dfcfe5
8 changed files with 190 additions and 34 deletions

View File

@@ -545,6 +545,12 @@ public final class InlineStickerItemLayer: MultiAnimationRenderTarget {
public final class EmojiTextAttachmentView: UIView {
private let contentLayer: InlineStickerItemLayer
public var isActive: Bool = true {
didSet {
}
}
public convenience init(context: AccountContext, userLocation: MediaResourceUserLocation, emoji: ChatTextInputTextCustomEmojiAttribute, file: TelegramMediaFile?, cache: AnimationCache, renderer: MultiAnimationRenderer, placeholderColor: UIColor, pointSize: CGSize) {
self.init(
context: .account(context),