@@ -370,7 +370,6 @@ public class MainPresenter extends Presenter<MainModel, IMainView> {
// 위치 동의 팝업
showLocationDialog(R.string.main_location_agree_no, R.string.main_location_agree_yes, R.string.main_location_agree, () -> {
model.setLocationServiceEnabled(true);
- requestPermissionsAndLoadWeather();
});
return;
}