Browse Source

[메인][Bug] 날씨 리로딩 시 로딩창 사라지지 않는 문제 수정

hyodong.min 6 years ago
parent
commit
724e36371b

+ 1 - 0
app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/main/MainModel.java

@@ -409,6 +409,7 @@ public class MainModel extends CoinModel {
         .subscribe(() -> {
           disposableLocationTimeout = null;
           loadWeatherWithLocationInternal();
+          waiterCaller.hideWaiter();
         }, Throwable::printStackTrace);
     }
     else {