fix: 从自定义主题切换到动态取色时显示异常
This commit is contained in:
parent
fe0c667af5
commit
587bfef7c0
|
|
@ -399,7 +399,7 @@ fun AppThemePage(
|
|||
horizontalArrangement = Arrangement.spacedBy(16.dp),
|
||||
) {
|
||||
Icon(
|
||||
imageVector = if (currentTheme == ThemeUtil.THEME_CUSTOM) {
|
||||
imageVector = if (!isDynamicTheme && currentTheme == ThemeUtil.THEME_CUSTOM) {
|
||||
Icons.Rounded.Check
|
||||
} else {
|
||||
Icons.Rounded.ColorLens
|
||||
|
|
|
|||
Loading…
Reference in New Issue