|
@@ -285,7 +285,7 @@ public class SettingPresenter extends Presenter<SettingModel, ISettingView> {
|
|
|
}
|
|
}
|
|
|
// push / 위치 설정
|
|
// push / 위치 설정
|
|
|
else if (index == SettingViewHolder.SWITCH_PUSH) {
|
|
else if (index == SettingViewHolder.SWITCH_PUSH) {
|
|
|
- {} // 푸쉬
|
|
|
|
|
|
|
+ {} // 푸시
|
|
|
}
|
|
}
|
|
|
else if (index == SettingViewHolder.SWITCH_MARKETING) {
|
|
else if (index == SettingViewHolder.SWITCH_MARKETING) {
|
|
|
// 마케팅
|
|
// 마케팅
|
|
@@ -302,8 +302,8 @@ public class SettingPresenter extends Presenter<SettingModel, ISettingView> {
|
|
|
//위치 동의 했을때만 동의 팝업 띄운다
|
|
//위치 동의 했을때만 동의 팝업 띄운다
|
|
|
if (bool) {
|
|
if (bool) {
|
|
|
showCustomToast(
|
|
showCustomToast(
|
|
|
- ResourceUtil.getString(R.string.setting_menu3_location_agree_message),
|
|
|
|
|
- ResourceUtil.getString(R.string.empty_string), 0, Toast.LENGTH_SHORT);
|
|
|
|
|
|
|
+ ResourceUtil.getString(R.string.empty_string),
|
|
|
|
|
+ ResourceUtil.getString(R.string.setting_menu3_location_agree_message), 1, Toast.LENGTH_SHORT);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
break;
|
|
break;
|