Avoid inverting the colors in the video player when using smart Invert
This commit is contained in:
parent
be0e3c5097
commit
a6b77ddf0e
|
@ -97,6 +97,7 @@ class VLCPlayerViewController: UIViewController {
|
||||||
setupConstraints()
|
setupConstraints()
|
||||||
|
|
||||||
view.backgroundColor = .black
|
view.backgroundColor = .black
|
||||||
|
view.accessibilityIgnoresInvertColors = true
|
||||||
|
|
||||||
setupMediaPlayer(newViewModel: viewModel)
|
setupMediaPlayer(newViewModel: viewModel)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue