Skip to content

Audio Player: Improve contrast between status icons and background

Avi Wadhwa requested to merge aviwad/vlc-ios:audioPlayerStatusBar into master

Audio Player: set view controller to capture Status Bar appearance.

Since the audioPlayerViewController has no override for the status bar, it is automatically dynamic and can be set to dark or light depending on the background color of the player. This makes the status bar legible with dark backgrounds.

Before Merge Request:

Screen_Recording_2023-06-07_at_10.40.28_PM

After Merge Request:

Screen_Recording_2023-06-07_at_10.38.50_PM

Merge request reports