mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2024-11-09 12:01:01 +00:00
1. layout fix
This commit is contained in:
parent
13af25ae08
commit
d1511581bf
@ -38,7 +38,7 @@ class SelectDNSInfoListAdapter(
|
||||
dnsInfoHolder.checkbox = listItem.findViewById(R.id.checkbox) as CheckBox
|
||||
dnsInfoHolder.countryFlag = listItem.findViewById(R.id.countryFlag) as ImageView
|
||||
dnsInfoHolder.dnsInfoText = listItem.findViewById(R.id.hostInfoText) as TextView
|
||||
dnsInfoHolder.ping = listItem.findViewById(R.id.frame) as TextView
|
||||
dnsInfoHolder.ping = listItem.findViewById(R.id.ping) as TextView
|
||||
listItem.tag = dnsInfoHolder
|
||||
} else {
|
||||
dnsInfoHolder = listItem.tag as DNSInfoHolder
|
||||
|
Loading…
Reference in New Issue
Block a user