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