NTP-74964 | Make the consent box at login default opt in (#16768)

This commit is contained in:
Aparna Vadlamani
2025-06-27 15:48:21 +05:30
committed by GitHub
parent 22e94dc203
commit 2375d00e2b

View File

@@ -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()