Commit 9c78cec2 authored by feihuaduo's avatar feihuaduo

高清卡图下载后卡片信息对话框刷新

parent 11396615
......@@ -87,6 +87,7 @@ public class CardDetail extends BaseAdapterPlus.BaseViewHolder {
ll_bar.startAnimation(AnimationUtils.loadAnimation(context,R.anim.out_from_bottom));
ll_bar.setVisibility(View.GONE);
imageLoader.bindImage(photoView, msg.arg1, null, true);
imageLoader.bindImage(cardImage, msg.arg1, null, true);
break;
case TYPE_DOWNLOAD_CARD_IMAGE_ING:
tv_loading.setText("下载高清卡图中 "+msg.arg1+"%");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment