Fix country code dropdown during registration.

This commit is contained in:
Nicholas Tinsley
2023-02-01 09:54:44 -05:00
parent 8b23d9a6c4
commit 2bf84a5f77

View File

@@ -39,6 +39,7 @@ class RegistrationNumberInputController(
init {
setUpNumberInput()
spinnerView.threshold = 100
spinnerView.setAdapter(spinnerAdapter)
spinnerView.addTextChangedListener(CountryCodeEntryListener())
}