mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-20 00:55:20 +01:00
Fixed Just Black theme
This commit is contained in:
parent
75837607f4
commit
7c5a97c410
3 changed files with 4 additions and 9 deletions
|
@ -51,7 +51,9 @@ abstract class AbsThemeActivity : ATHToolbarActivity(), Runnable {
|
|||
|
||||
private fun updateTheme() {
|
||||
setTheme(ThemeManager.getThemeResValue())
|
||||
setDefaultNightMode(ThemeManager.getNightMode())
|
||||
if (PreferenceUtil.materialYou) {
|
||||
setDefaultNightMode(ThemeManager.getNightMode())
|
||||
}
|
||||
|
||||
if (PreferenceUtil.isCustomFont) {
|
||||
setTheme(R.style.FontThemeOverlay)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue