fix: amoled theme not taking M3 colors (#362)
* fix: amoled theme not taking M3 colors * fix: ktlint issue in `JellyfinRepositoryOfflineImpl`
This commit is contained in:
parent
28bcd492b9
commit
1ac65ae817
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<item name="dolbyColor">#FFF</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.FindroidAMOLED" parent="Theme.Findroid">
|
||||
<style name="Theme.FindroidAMOLED" parent="">
|
||||
<!-- Surface -->
|
||||
<item name="android:colorBackground">@android:color/black</item>
|
||||
<item name="colorSurface">@android:color/black</item>
|
||||
|
|
Loading…
Reference in a new issue