mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fixed theme preview not showing black theme in toolbar
This commit is contained in:
parent
acd6d5cd90
commit
183f984cc5
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ class ThemePreference @JvmOverloads constructor(context: Context, attrs: Attribu
|
|||
binding.themeLayout.setBackgroundColor(Color.BLACK)
|
||||
if (!ThemeUtil.isColoredTheme(item.theme)) {
|
||||
binding.themeBottomBar.setBackgroundColor(Color.BLACK)
|
||||
binding.themeToolbar.setBackgroundColor(Color.BLACK)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue