mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
[WIP] Stickers editor
This commit is contained in:
@@ -1772,6 +1772,9 @@ extension ChatControllerImpl {
|
||||
}
|
||||
} as (MediaEditorScreen.Result, @escaping (@escaping () -> Void) -> Void) -> Void
|
||||
)
|
||||
editorController.sendSticker = { [weak self] file, sourceView, sourceRect in
|
||||
return self?.interfaceInteraction?.sendSticker(file, true, sourceView, sourceRect, nil, []) ?? false
|
||||
}
|
||||
self.push(editorController)
|
||||
},
|
||||
dismissed: {}
|
||||
|
||||
Reference in New Issue
Block a user