mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Allow disabling service message blur for certain wallpapers
This commit is contained in:
@@ -86,7 +86,7 @@ class ChatHistoryNavigationButtonNode: ASControlNode {
|
||||
if self.theme !== theme {
|
||||
self.theme = theme
|
||||
|
||||
self.backgroundNode.color = theme.chat.inputPanel.panelBackgroundColor
|
||||
self.backgroundNode.updateColor(color: theme.chat.inputPanel.panelBackgroundColor, transition: .immediate)
|
||||
switch self.type {
|
||||
case .down:
|
||||
self.imageNode.image = PresentationResourcesChat.chatHistoryNavigationButtonImage(theme)
|
||||
|
||||
Reference in New Issue
Block a user