mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[WIP] Sticker editor
This commit is contained in:
@@ -1012,7 +1012,7 @@ private final class DrawingScreenComponent: CombinedComponent {
|
||||
self.currentMode = .sticker
|
||||
|
||||
self.updateEntitiesPlayback.invoke(false)
|
||||
let controller = StickerPickerScreen(context: self.context, inputData: self.stickerPickerInputData.get())
|
||||
let controller = StickerPickerScreen(context: self.context, inputData: self.stickerPickerInputData.get(), hasInteractiveStickers: false)
|
||||
if let presentGallery = self.presentGallery {
|
||||
controller.presentGallery = presentGallery
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user