mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix blurred components appearance
This commit is contained in:
@@ -477,7 +477,7 @@ final class ChatLoadingPlaceholderNode: ASDisplayNode {
|
||||
if self.backgroundNode?.hasExtraBubbleBackground() == true {
|
||||
self.backgroundColorNode.isHidden = true
|
||||
} else {
|
||||
self.backgroundColorNode.isHidden = false
|
||||
self.backgroundColorNode.isHidden = true
|
||||
}
|
||||
|
||||
if let backgroundNode = self.backgroundNode, let backgroundContent = backgroundNode.makeBubbleBackground(for: .free) {
|
||||
|
||||
Reference in New Issue
Block a user