|
|
@@ -107,8 +107,8 @@ public class ActSearchGameGroup extends BaseContainerActivity {
|
|
|
private Runnable autoSearchRunnable = this::toSearchApp;
|
|
|
|
|
|
public static final int MAX_SHOW_SEARCH_RECORD_COUNT = 10;//最多展示的搜索历史的个数
|
|
|
- public static final int SORT_TOP_SEARCH = 1;//热门推荐 的排序
|
|
|
- public static final int SORT_SEARCH_RECORD = 2;//搜索历史 的排序
|
|
|
+ public static final int SORT_TOP_SEARCH = 2;//热门推荐 的排序
|
|
|
+ public static final int SORT_SEARCH_RECORD = 1;//搜索历史 的排序
|
|
|
List<ISearchRecord> topSearchList = new ArrayList<>();
|
|
|
|
|
|
public static final String TOP_SEARCH_NAME = "热门搜索";
|