Browse Source

优化判断代码逻辑

Pq 1 year ago
parent
commit
806f825a60

+ 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 {