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

Commit 75056b8d authored by Sunny Goyal's avatar Sunny Goyal Committed by Automerger Merge Worker
Browse files

Fixing clock drawable showing wrong time am: d324a449

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/14506221

Change-Id: If8e57609cbdfb09e7682872b1f3a30cb37c3d2d5
parents 6a6a872e d324a449
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -257,8 +257,8 @@ public class ClockDrawableWrapper extends AdaptiveIconDrawable implements Bitmap
            super(clockInfo);

            mInfo = clockInfo;

            mFullDrawable = (AdaptiveIconDrawable) mInfo.animInfo.baseDrawableState.newDrawable();
            mFullDrawable = (AdaptiveIconDrawable) mInfo.animInfo.baseDrawableState
                    .newDrawable().mutate();
            mForeground = (LayerDrawable) mFullDrawable.getForeground();
        }