Merge branch 'master' of gitlab.com:peter-iakovlev/telegram-ios

This commit is contained in:
Ilya Laktyushin
2022-02-21 10:48:29 +03:00
83 changed files with 2492 additions and 839 deletions

View File

@@ -305,13 +305,6 @@ public class InteractiveCheckNode: CheckNode {
}
}
private final class NullActionClass: NSObject, CAAction {
@objc func run(forKey event: String, object anObject: Any, arguments dict: [AnyHashable : Any]?) {
}
}
private let nullAction = NullActionClass()
public class CheckLayer: CALayer {
private var animatingOut = false
private var animationProgress: CGFloat = 0.0