mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Various fixes
This commit is contained in:
@@ -107,12 +107,6 @@ public final class WebSearchController: ViewController {
|
||||
|
||||
private var navigationContentNode: WebSearchNavigationContentNode?
|
||||
|
||||
public var presentStickers: ((@escaping (TelegramMediaFile, Bool, UIView, CGRect) -> Void) -> TGPhotoPaintStickersScreen?)? {
|
||||
didSet {
|
||||
self.controllerNode.presentStickers = self.presentStickers
|
||||
}
|
||||
}
|
||||
|
||||
public var getCaptionPanelView: () -> TGCaptionPanelView? = { return nil } {
|
||||
didSet {
|
||||
self.controllerNode.getCaptionPanelView = self.getCaptionPanelView
|
||||
|
||||
Reference in New Issue
Block a user