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