Commit 60259703 authored by fallenstardust's avatar fallenstardust Committed by GitHub

Merge pull request #177 from SkYContact/master

Link箭头应该正确的在怪物Reset的时候重置(且不应该在Search的时候重置)
parents 15a7105b 207060f8
...@@ -587,7 +587,6 @@ public class CardSearcher implements View.OnClickListener { ...@@ -587,7 +587,6 @@ public class CardSearcher implements View.OnClickListener {
.build(); .build();
Log.i(TAG, searchInfo.toString()); Log.i(TAG, searchInfo.toString());
mICardSearcher.search(searchInfo); mICardSearcher.search(searchInfo);
lineKey = 0;
} }
} }
...@@ -620,6 +619,7 @@ public class CardSearcher implements View.OnClickListener { ...@@ -620,6 +619,7 @@ public class CardSearcher implements View.OnClickListener {
reset(attributeSpinner); reset(attributeSpinner);
atkText.setText(null); atkText.setText(null);
defText.setText(null); defText.setText(null);
lineKey = 0;
} }
public interface CallBack { public interface CallBack {
......
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