Commit 31112256 authored by kenan's avatar kenan

长按改为0.8s

parent fa62df3b
...@@ -164,7 +164,7 @@ public interface Constants { ...@@ -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 * 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> * <p>
......
...@@ -87,9 +87,8 @@ public class CardSort implements Comparator<Card> { ...@@ -87,9 +87,8 @@ public class CardSort implements Comparator<Card> {
} }
} else if(sortKey1 == SORT_OTHER){ } else if(sortKey1 == SORT_OTHER){
return comp(c1.Code, c2.Code); return comp(c1.Code, c2.Code);
} else if(sortKey1 == SORT_LINK){ // } else if(sortKey1 == SORT_LINK){
//高星的在前面 // return Integer.compare(c2.getStar(), c1.getStar());
return Integer.compare(c2.getStar(), c1.getStar());
} else { } else {
//monster //monster
if(full) { 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