File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
java/com/appcontrolx/ui/setup Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ class DisclaimerFragment : Fragment() {
2626
2727 binding.btnAccept.setOnClickListener {
2828 if (binding.checkAgree.isChecked) {
29- // Go to permissions page
30- (activity as ? SetupActivity )?.nextStep ()
29+ // Complete setup (final step)
30+ (activity as ? SetupActivity )?.completeSetup ()
3131 }
3232 }
3333 }
Original file line number Diff line number Diff line change 156156 app : cardCornerRadius =" 12dp"
157157 app : strokeWidth =" 1dp"
158158 app : strokeColor =" @color/outline"
159- app : checkedIcon =" @drawable/ic_check_circle"
160- app : checkedIconTint =" ?attr/colorPrimary" >
159+ app : checkedIcon =" @null" >
161160
162161 <LinearLayout
163162 android : layout_width =" match_parent"
231230 app : cardCornerRadius =" 12dp"
232231 app : strokeWidth =" 1dp"
233232 app : strokeColor =" @color/outline"
234- app : checkedIcon =" @drawable/ic_check_circle"
235- app : checkedIconTint =" ?attr/colorPrimary" >
233+ app : checkedIcon =" @null" >
236234
237235 <LinearLayout
238236 android : layout_width =" match_parent"
306304 app : cardCornerRadius =" 12dp"
307305 app : strokeWidth =" 1dp"
308306 app : strokeColor =" @color/outline"
309- app : checkedIcon =" @drawable/ic_check_circle"
310- app : checkedIconTint =" ?attr/colorPrimary" >
307+ app : checkedIcon =" @null" >
311308
312309 <LinearLayout
313310 android : layout_width =" match_parent"
You can’t perform that action at this time.
0 commit comments