Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 961804ff authored by Lucas Dupin's avatar Lucas Dupin Committed by Automerger Merge Worker
Browse files

Merge "Fix issue where clock color would not change" into sc-dev am: 0bd23800

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13419325

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I0e93e426cfdc8201db41b14d742f458358e84613
parents 074bb3de 0bd23800
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.