修改方法:
CallCardFragment.java 的方法 setDrawableToImageView()
如下code,注释掉 if 条件及 else部分,请验证效果:
// if (current == null) {
Log.d(this, "[setDrawableToImageView]current is null");
view.setImageDrawable(photo);
AnimationUtils.Fade.show(view);
// } else {
// AnimationUtils.startCrossFade(view, current, photo);
// view.setVisibility(View.VISIBLE);
// }
时间: 2024-10-18 16:03:38