소스 검색

优化判断代码逻辑

Pq 1 년 전
부모
커밋
806f825a60
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      teacher/src/main/java/com/cooleshow/teacher/presenter/main/HomePresenter.java

+ 2 - 2
teacher/src/main/java/com/cooleshow/teacher/presenter/main/HomePresenter.java

@@ -179,7 +179,7 @@ public class HomePresenter extends BasePresenter<HomeContract.HomeView> implemen
      */
     public void getHotAlbumList(String currentSubjectId) {
         if (getView() != null) {
-            getView().showLoading();
+//            getView().showLoading();
         }
         JSONObject jsonObject = new JSONObject();
         try {
@@ -205,7 +205,7 @@ public class HomePresenter extends BasePresenter<HomeContract.HomeView> implemen
      */
     public void getHotMusicSheetList(String currentSubjectId) {
         if (getView() != null) {
-            getView().showLoading();
+//            getView().showLoading();
         }
         JSONObject jsonObject = new JSONObject();
         try {