mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2024-11-09 20:11:01 +00:00
3. small fixes
This commit is contained in:
parent
0826a65d68
commit
298bfce372
@ -97,8 +97,7 @@ class DNSListActivity : AppCompatActivity() {
|
||||
this.resources.configuration.locale.country
|
||||
}
|
||||
|
||||
var ccp = view.findViewById<com.hbb20.CountryCodePicker>(R.id.ccp)
|
||||
ccp.setCountryForNameCode(countryCode)
|
||||
view.findViewById<com.hbb20.CountryCodePicker>(R.id.ccp).setCountryForNameCode(countryCode)
|
||||
val ab: AlertDialog.Builder = AlertDialog.Builder(this)
|
||||
ab.setCancelable(true).setView(view)
|
||||
var ad = ab.show()
|
||||
|
Loading…
Reference in New Issue
Block a user