mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Folder improvements
This commit is contained in:
@@ -396,6 +396,7 @@ public class CheckLayer: CALayer {
|
||||
checkProgress = 0.0
|
||||
let borderInset = borderWidth / 2.0 + inset
|
||||
let borderFrame = CGRect(origin: CGPoint(), size: size).insetBy(dx: borderInset, dy: borderInset)
|
||||
context.setLineDash(phase: -6.4, lengths: [4.0, 4.0])
|
||||
context.strokeEllipse(in: borderFrame)
|
||||
} else {
|
||||
checkProgress = parameters.animationProgress
|
||||
|
||||
Reference in New Issue
Block a user