Merge "Fix issue where clock color would not change" into sc-dev

This commit is contained in:
Lucas Dupin
2021-01-27 22:25:02 +00:00
committed by Android (Google) Code Review

View File

@@ -316,6 +316,7 @@ public class Clock extends TextView implements
@Override
public void onDarkChanged(Rect area, float darkIntensity, int tint) {
mNonAdaptedColor = DarkIconDispatcher.getTint(area, this, tint);
setTextColor(mNonAdaptedColor);
}
// Update text color based when shade scrim changes color.