Avoid inverting the colors in the video player when using smart Invert

This commit is contained in:
David Cordero 2022-01-16 20:55:15 +01:00
parent be0e3c5097
commit a6b77ddf0e

View File

@ -97,6 +97,7 @@ class VLCPlayerViewController: UIViewController {
setupConstraints()
view.backgroundColor = .black
view.accessibilityIgnoresInvertColors = true
setupMediaPlayer(newViewModel: viewModel)