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:
Yash Garg 2023-05-14 01:26:46 +05:30 committed by GitHub
parent 28bcd492b9
commit 1ac65ae817
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>