mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Shared media improvements
This commit is contained in:
@@ -11,6 +11,14 @@ private final class MediaPlayerNodeLayerNullAction: NSObject, CAAction {
|
||||
}
|
||||
|
||||
private final class MediaPlayerNodeLayer: AVSampleBufferDisplayLayer {
|
||||
override init() {
|
||||
super.init()
|
||||
}
|
||||
|
||||
required init?(coder: NSCoder) {
|
||||
fatalError("init(coder:) has not been implemented")
|
||||
}
|
||||
|
||||
override func action(forKey event: String) -> CAAction? {
|
||||
return MediaPlayerNodeLayerNullAction()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user