Loading packages/SystemUI/customization/src/com/android/systemui/shared/clocks/DefaultClockController.kt +2 −2 Original line number Diff line number Diff line Loading @@ -131,9 +131,9 @@ class DefaultClockController( fun updateColor() { val color = if (isRegionDark) { resources.getColor(android.R.color.system_accent1_100) resources.getColor(android.R.color.white) } else { resources.getColor(android.R.color.system_accent2_600) resources.getColor(android.R.color.white) } if (currentColor == color) { Loading Loading
packages/SystemUI/customization/src/com/android/systemui/shared/clocks/DefaultClockController.kt +2 −2 Original line number Diff line number Diff line Loading @@ -131,9 +131,9 @@ class DefaultClockController( fun updateColor() { val color = if (isRegionDark) { resources.getColor(android.R.color.system_accent1_100) resources.getColor(android.R.color.white) } else { resources.getColor(android.R.color.system_accent2_600) resources.getColor(android.R.color.white) } if (currentColor == color) { Loading