NTP-74964 | Make the consent box at login default opt in (#16768)
This commit is contained in:
@@ -173,9 +173,7 @@ class LoginFragment : BaseFragment(), View.OnClickListener {
|
||||
}
|
||||
|
||||
private fun initUi() {
|
||||
if (arguments?.getBoolean(EDIT_PHONE_NUMBER).orFalse()) {
|
||||
binding.conditionsCb.isChecked = true
|
||||
}
|
||||
binding.conditionsCb.isChecked = true
|
||||
binding.phoneEdit.addTextChangedListener {
|
||||
navigateToOtpScreenOrEnableOtpButton()
|
||||
updateConsentCheckboxAnimation()
|
||||
|
||||
Reference in New Issue
Block a user