Fix blurred components appearance

This commit is contained in:
Ali
2023-03-13 16:06:07 +04:00
parent 8380e87571
commit ef49e3de9c
6 changed files with 27 additions and 19 deletions

View File

@@ -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) {