mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
@@ -372,6 +372,10 @@ final class ThemeGridSearchContentNode: SearchDisplayControllerContentNode {
|
||||
return self._isSearching.get()
|
||||
}
|
||||
|
||||
public override var hasDim: Bool {
|
||||
return true
|
||||
}
|
||||
|
||||
init(context: AccountContext, openResult: @escaping (ChatContextResult) -> Void) {
|
||||
self.context = context
|
||||
self.queryPromise = Promise<WallpaperSearchQuery>(self.queryValue)
|
||||
|
||||
Reference in New Issue
Block a user