mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-20 00:55:20 +01:00
Fixed incorrect theme
This commit is contained in:
parent
c7f7f9d695
commit
959235ad02
5 changed files with 10 additions and 14 deletions
|
@ -46,8 +46,8 @@ abstract class AbsThemeActivity : ATHToolbarActivity(), Runnable {
|
|||
}
|
||||
|
||||
private fun updateTheme() {
|
||||
setTheme(ThemeManager.getThemeResValue(this))
|
||||
setDefaultNightMode(ThemeManager.getNightMode(this))
|
||||
setTheme(ThemeManager.getThemeResValue())
|
||||
setDefaultNightMode(ThemeManager.getNightMode())
|
||||
|
||||
if (PreferenceUtil.isCustomFont) {
|
||||
setTheme(R.style.FontThemeOverlay)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue