mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix color
This commit is contained in:
parent
e554fa9c6a
commit
9110dda4b4
1 changed files with 1 additions and 1 deletions
|
|
@ -512,7 +512,7 @@ final class TextProcessingTextAreaComponent: Component {
|
|||
}
|
||||
}
|
||||
shimmerEffectNode.updateAbsoluteRect(shimmerEffectNode.bounds, within: shimmerEffectNode.bounds.size)
|
||||
shimmerEffectNode.update(backgroundColor: component.theme.list.plainBackgroundColor, foregroundColor: component.theme.list.mediaPlaceholderColor, shimmeringColor: component.theme.list.itemBlocksBackgroundColor.withAlphaComponent(0.4), shapes: shapes, size: shimmerEffectNode.bounds.size)
|
||||
shimmerEffectNode.update(backgroundColor: component.theme.list.itemBlocksBackgroundColor, foregroundColor: component.theme.list.mediaPlaceholderColor, shimmeringColor: component.theme.list.itemBlocksBackgroundColor.withAlphaComponent(0.4), shapes: shapes, size: shimmerEffectNode.bounds.size)
|
||||
alphaTransition.setAlpha(view: shimmerEffectNode.view, alpha: 1.0)
|
||||
} else {
|
||||
if let shimmerEffectNode = self.shimmerEffectNode {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue