소스 검색

remove test code

hanjing 7 년 전
부모
커밋
697127cbfe
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      app/src/main/java/com/sheep/gamegroup/view/fragment/FgtSmallSheep.java

+ 1 - 2
app/src/main/java/com/sheep/gamegroup/view/fragment/FgtSmallSheep.java

@@ -365,8 +365,7 @@ public class FgtSmallSheep extends BaseFragment implements SmallSheepContract.Vi
 
     @OnClick(R.id.to_search_but)
     public void toSearchActivity() {
-//        Jump2View.getInstance().goAppTaskSearch(activity, null);
-        DialogStorageLow.showDialog("asdfasdf");
+        Jump2View.getInstance().goAppTaskSearch(activity, null);
     }
 
     @OnClick(R.id.home_search_msg_iv)