mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Photo editor fixes
This commit is contained in:
@@ -149,6 +149,12 @@ public final class WebSearchController: ViewController {
|
||||
|
||||
private var navigationContentNode: WebSearchNavigationContentNode?
|
||||
|
||||
var presentStickers: ((@escaping (TelegramMediaFile, Bool, UIView, CGRect) -> Void) -> TGPhotoPaintStickersScreen?)? {
|
||||
didSet {
|
||||
self.controllerNode.presentStickers = self.presentStickers
|
||||
}
|
||||
}
|
||||
|
||||
public init(context: AccountContext, peer: Peer?, configuration: SearchBotsConfiguration, mode: WebSearchControllerMode) {
|
||||
self.context = context
|
||||
self.mode = mode
|
||||
|
||||
Reference in New Issue
Block a user