Pārlūkot izejas kodu

[메인][Bug] 위치 설정 팝업이 중복 표시되는 오류 수정

hyodong.min 6 gadi atpakaļ
vecāks
revīzija
43aa0c7294

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

@@ -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;
     }