[WIP] Stickers editor

This commit is contained in:
Ilya Laktyushin
2024-03-14 18:03:12 +04:00
parent 8bf4cbc1f0
commit daa9347ef6
5 changed files with 92 additions and 80 deletions

View File

@@ -7540,12 +7540,12 @@ private final class FadingMaskLayer: SimpleLayer {
}
public struct StickerPickerInputData: StickerPickerInput, Equatable {
public var emoji: EmojiPagerContentComponent
public var emoji: EmojiPagerContentComponent?
public var stickers: EmojiPagerContentComponent?
public var gifs: GifPagerContentComponent?
public init(
emoji: EmojiPagerContentComponent,
emoji: EmojiPagerContentComponent?,
stickers: EmojiPagerContentComponent?,
gifs: GifPagerContentComponent?
) {