CappielloAntonio / tempo

An open source and lightweight music client for Subsonic, designed and built natively for Android.
GNU General Public License v3.0
867 stars 39 forks source link

[BUG] - Update 3.6.0 Broke LineageOS black mode #126

Closed OhaDerErste closed 4 months ago

OhaDerErste commented 6 months ago

Describe the bug

LineageOS has a option to make the background of apps completely black instead of the material you gray.

Expected behavior

Background should be black, like in 3.5.8

To Reproduce

  1. Enable Pure black in LineageOS settings
  2. Open the app

Environment

Logs or Screenshots

3.5.8
Screenshot_20240103-153540_Tempo 3.6.0
Screenshot_20240103-153151_Tempo

CappielloAntonio commented 5 months ago

Thanks for the tip! The problem occurred after updating the com.google.android.material library from 1.10.0 to 1.11.0. It would be a minor release if they hadn't changed an important piece of logic.

For those interested, here is the full article on the Google blog.

I didn't realize it at first, but there is a problem. The question is whether I can correct it now without "upsetting" anything.

OhaDerErste commented 4 months ago

Issue seems to be fixed with 3.7, thanks!