mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios
This commit is contained in:
commit
10de5d8932
88 changed files with 5621 additions and 4778 deletions
|
|
@ -1157,6 +1157,10 @@ private final class NotificationExceptionsSearchContainerNode: SearchDisplayCont
|
|||
private let updateNotificationsDisposable = MetaDisposable()
|
||||
private let themeAndStringsPromise: Promise<(PresentationTheme, PresentationStrings)>
|
||||
|
||||
public override var hasDim: Bool {
|
||||
return true
|
||||
}
|
||||
|
||||
init(context: AccountContext, mode: NotificationExceptionMode, arguments: NotificationExceptionArguments) {
|
||||
self.presentationData = context.sharedContext.currentPresentationData.with { $0 }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue