This commit is contained in:
Ali
2022-02-18 20:13:02 +04:00
parent ac8e9a0b9c
commit 9750f70987
4 changed files with 21 additions and 24 deletions

View File

@@ -277,13 +277,6 @@ open class TransformImageNode: ASDisplayNode {
}
}
private final class NullActionClass: NSObject, CAAction {
@objc func run(forKey event: String, object anObject: Any, arguments dict: [AnyHashable : Any]?) {
}
}
private let nullAction = NullActionClass()
private class CaptureProtectedContentLayer: AVSampleBufferDisplayLayer {
override func action(forKey event: String) -> CAAction? {
return nullAction