Commit 78b8abb3 authored by fallenstardust's avatar fallenstardust

新加入收藏的默认第一张

parent 1d7f4f70
......@@ -213,7 +213,7 @@ public class CardDetail extends BaseAdapterPlus.BaseViewHolder {
favConf.mLines.remove(code);
mImageFav.setBackgroundResource(R.drawable.ic_control_point);
} else {
favConf.mLines.add(code);
favConf.mLines.add(0, code);
mImageFav.setBackgroundResource(R.drawable.ic_fav);
}
favConf.save("#Favorite");
......
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