Improve network state updates

This commit is contained in:
Arkadiusz Fal
2022-06-25 01:32:21 +02:00
parent c88b410936
commit 7b09805b81
5 changed files with 16 additions and 85 deletions

View File

@@ -589,5 +589,5 @@ final class AVPlayerBackend: PlayerBackend {
func stopControlsUpdates() {}
func setNeedsDrawing(_: Bool) {}
func setSize(_: Double, _: Double) {}
func updateNetworkState() {}
func setNeedsNetworkStateUpdates() {}
}