mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Fix animations
This commit is contained in:
@@ -307,6 +307,7 @@ private final class FrameNode: ASDisplayNode {
|
||||
|
||||
for line in self.lines {
|
||||
line.strokeColor = UIColor.white.cgColor
|
||||
line.fillColor = UIColor.clear.cgColor
|
||||
line.lineWidth = 4.0
|
||||
line.lineCap = .round
|
||||
self.layer.addSublayer(line)
|
||||
|
||||
Reference in New Issue
Block a user