iSubMusicStreamer icon indicating copy to clipboard operation
iSubMusicStreamer copied to clipboard

fix transparent current playlist view controller nav bar

Open mattneub opened this issue 8 months ago • 0 comments

This PR fixes a bug where the navigation bar above the current playlist was transparent and so was hard to see. (Perhaps the bug only manifests itself when you're building in a current version of Xcode, but no matter.)

How to test

Add something to the queue and start playing it. OK, you can stop playing it now; the point is that you are now on the player screen for that song. Tap the queue icon at the top right. You are now on the screen in question! Previously, the words "Done" and "Play Queue" were hard to see because the nav bar surrounding them was transparent. Now they aren't. This is what it looks like now on my device:

Screenshot 2023-12-18 at 10 47 11

I'm not sure what the intended background color was, but this looks good and harmonizes with the rest of the view in both light and dark mode.

mattneub avatar Dec 18 '23 18:12 mattneub