Loading core/java/android/widget/ImageView.java +2 −2 Original line number Diff line number Diff line Loading @@ -1045,7 +1045,7 @@ public class ImageView extends View { } @Override public void onAttachedToWindow() { protected void onAttachedToWindow() { super.onAttachedToWindow(); if (mDrawable != null) { mDrawable.setVisible(getVisibility() == VISIBLE, false); Loading @@ -1053,7 +1053,7 @@ public class ImageView extends View { } @Override public void onDetachedFromWindow() { protected void onDetachedFromWindow() { super.onDetachedFromWindow(); if (mDrawable != null) { mDrawable.setVisible(false, false); Loading Loading
core/java/android/widget/ImageView.java +2 −2 Original line number Diff line number Diff line Loading @@ -1045,7 +1045,7 @@ public class ImageView extends View { } @Override public void onAttachedToWindow() { protected void onAttachedToWindow() { super.onAttachedToWindow(); if (mDrawable != null) { mDrawable.setVisible(getVisibility() == VISIBLE, false); Loading @@ -1053,7 +1053,7 @@ public class ImageView extends View { } @Override public void onDetachedFromWindow() { protected void onDetachedFromWindow() { super.onDetachedFromWindow(); if (mDrawable != null) { mDrawable.setVisible(false, false); Loading