-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
When i tap to "Pick country" (for example) i call - countryPicker?.showDialog(supportFragmentManager)
Than i tap to "Pick city" (for example) i call:
cityPicker?.showDialog(supportFragmentManager)
And i have this issue: java.lang.IllegalArgumentException: No Cities Found! Did you call build()
This is my onCreate{
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
countryPicker = CountryPicker.Builder().with(this).listener(this).build()
cityPicker = CityPicker.Builder().with(this).listener(this).build()
}
Metadata
Metadata
Assignees
Labels
No labels