mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Cleanup
This commit is contained in:
parent
b35b94a6e7
commit
96a2c23f14
@ -30,9 +30,7 @@ public final class AnimationNode : ASDisplayNode {
|
|||||||
view.animationSpeed = self.speed
|
view.animationSpeed = self.speed
|
||||||
view.backgroundColor = .clear
|
view.backgroundColor = .clear
|
||||||
view.isOpaque = false
|
view.isOpaque = false
|
||||||
|
|
||||||
view.logHierarchyKeypaths()
|
|
||||||
|
|
||||||
if let colors = colors {
|
if let colors = colors {
|
||||||
for (key, value) in colors {
|
for (key, value) in colors {
|
||||||
let colorCallback = LOTColorValueCallback(color: value.cgColor)
|
let colorCallback = LOTColorValueCallback(color: value.cgColor)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user