فهرست منبع

优化判断代码逻辑

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 {