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

Commit 5eaef471 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: Ie35ec0867b5d1f73392cfd992dafec8a8d623755
parents ab0c76c4 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();
        }