Loading graphics/java/android/graphics/drawable/DrawableContainer.java +1 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,7 @@ public class DrawableContainer extends Drawable implements Drawable.Callback { } if (mCurrDrawable != null) { mCurrDrawable.jumpToCurrentState(); mCurrDrawable.setAlpha(mAlpha); } if (mExitAnimationEnd != 0) { mExitAnimationEnd = 0; Loading Loading
graphics/java/android/graphics/drawable/DrawableContainer.java +1 −0 Original line number Diff line number Diff line Loading @@ -167,6 +167,7 @@ public class DrawableContainer extends Drawable implements Drawable.Callback { } if (mCurrDrawable != null) { mCurrDrawable.jumpToCurrentState(); mCurrDrawable.setAlpha(mAlpha); } if (mExitAnimationEnd != 0) { mExitAnimationEnd = 0; Loading