From a6b77ddf0eb37078d46ea0e72dacda0284c8a955 Mon Sep 17 00:00:00 2001 From: David Cordero Date: Sun, 16 Jan 2022 20:55:15 +0100 Subject: [PATCH] Avoid inverting the colors in the video player when using smart Invert --- Swiftfin/Views/VideoPlayer/VLCPlayerViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Swiftfin/Views/VideoPlayer/VLCPlayerViewController.swift b/Swiftfin/Views/VideoPlayer/VLCPlayerViewController.swift index ca36f1df..233285c1 100644 --- a/Swiftfin/Views/VideoPlayer/VLCPlayerViewController.swift +++ b/Swiftfin/Views/VideoPlayer/VLCPlayerViewController.swift @@ -97,6 +97,7 @@ class VLCPlayerViewController: UIViewController { setupConstraints() view.backgroundColor = .black + view.accessibilityIgnoresInvertColors = true setupMediaPlayer(newViewModel: viewModel)