Commit 3aebb6c8 authored by fallenstardust's avatar fallenstardust

对先行卡不下载卡图

parent 58ed47c7
...@@ -671,7 +671,7 @@ public class CardDetail extends BaseAdapterPlus.BaseViewHolder { ...@@ -671,7 +671,7 @@ public class CardDetail extends BaseAdapterPlus.BaseViewHolder {
} }
private void downloadCardImage(int code, boolean force) { private void downloadCardImage(int code, boolean force) {
if (cardManager.getCard(code) == null) { if (String.valueOf(Math.abs(code)).length() >= 9) {
YGOUtil.showTextToast(context.getString(R.string.tip_expansions_image)); YGOUtil.showTextToast(context.getString(R.string.tip_expansions_image));
return; return;
} }
......
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