Commit 31112256 authored by kenan's avatar kenan

长按改为0.8s

parent fa62df3b
......@@ -164,7 +164,7 @@ public interface Constants {
/***
* 长按删除
*/
long LONG_PRESS_DRAG = 600;
long LONG_PRESS_DRAG = 800;
/***
* adb shell am start -n cn.garymb.ygomobile/cn.garymb.ygomobile.ui.home.MainActivity -a ygomobile.intent.action.DECK --es android.intent.extra.TEXT 青眼白龙.ydk
* <p>
......
......@@ -87,9 +87,8 @@ public class CardSort implements Comparator<Card> {
}
} else if(sortKey1 == SORT_OTHER){
return comp(c1.Code, c2.Code);
} else if(sortKey1 == SORT_LINK){
//高星的在前面
return Integer.compare(c2.getStar(), c1.getStar());
// } else if(sortKey1 == SORT_LINK){
// return Integer.compare(c2.getStar(), c1.getStar());
} else {
//monster
if(full) {
......
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