Loading iconloaderlib/src/com/android/launcher3/icons/ClockDrawableWrapper.java +2 −2 Original line number Diff line number Diff line Loading @@ -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(); } Loading Loading
iconloaderlib/src/com/android/launcher3/icons/ClockDrawableWrapper.java +2 −2 Original line number Diff line number Diff line Loading @@ -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(); } Loading