hbb20 / hbb20/CountryCodePickerProject
PhoneNumberValidityChangeListener not called when navigate back
Open
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 509
- PR merge metrics
- No merged PRs in 30d
Description
When navigate to another Fragment and then go back to phone Country Code selector fragment, not working phone formatter and phoneNumberValidatorChangeListener aren't call ever.
Set both on onViewCreated method:
```
layoutMobileFields.etPhoneCountryCode.setPhoneNumberValidityChangeListener
layoutMobileFields.etPhoneCountryCode.registerCarrierNumberEditText(layoutMobileFields.etPhoneNumber as EditText)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.