mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 20:48:43 +00:00
Fix country code dropdown during registration.
This commit is contained in:
@@ -39,6 +39,7 @@ class RegistrationNumberInputController(
|
||||
init {
|
||||
setUpNumberInput()
|
||||
|
||||
spinnerView.threshold = 100
|
||||
spinnerView.setAdapter(spinnerAdapter)
|
||||
spinnerView.addTextChangedListener(CountryCodeEntryListener())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user