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

Commit 47499d18 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7364021 from d324a449 to sc-release

Change-Id: Ifef0ad3e8107ac974cc7db364eb30260aa6d61c7
parents 826502c3 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();
        }