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

Commit d324a449 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Fixing clock drawable showing wrong time

Bug: 186375236
Test: Manual
Change-Id: I8061a86cfb38edff467cc3a98b33c3c59ab125cf
parent b233058b
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();
        }