Explorar o código

[가입][Bug] 약관 동의: 전체 선택 아이콘 안보이는 버그수정

hyodong.min %!s(int64=6) %!d(string=hai) anos
pai
achega
9b84aa10aa

+ 1 - 1
app/src/main/java/kr/co/zumo/app/lifeplus/view/screen/signup/SignUpAgreeFragment.java

@@ -54,7 +54,7 @@ public class SignUpAgreeFragment extends FragmentBase<SignUpAgreePresenter> impl
     View parent = getView();
     checkBoxAll = parent.findViewById(R.id.agree_check_all);
     checkBoxAllDriver = new CheckBoxAllDriver(checkBoxAll);
-    ((CheckBox) checkBoxAll).setButtonDrawable(new StateListDrawable());
+    ((CheckBox) checkBoxAll).setButtonDrawable(getStateListDrawable());
 
     checkBoxAll.setText(R.string.all_agree);
     checkBoxAll.setOnClickListener(v -> {