mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2025-01-22 07:56:30 +00:00
1. empty list fix
This commit is contained in:
parent
7a1f5f9cce
commit
ae6133f851
1
.idea/gradle.xml
generated
1
.idea/gradle.xml
generated
@ -14,7 +14,6 @@
|
|||||||
<option value="$PROJECT_DIR$/yggdrasil" />
|
<option value="$PROJECT_DIR$/yggdrasil" />
|
||||||
</set>
|
</set>
|
||||||
</option>
|
</option>
|
||||||
<option name="resolveModulePerSourceSet" value="false" />
|
|
||||||
</GradleProjectSettings>
|
</GradleProjectSettings>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
|
@ -22,7 +22,7 @@ import kotlin.concurrent.thread
|
|||||||
class DNSListActivity : AppCompatActivity() {
|
class DNSListActivity : AppCompatActivity() {
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
val allDNS = arrayListOf(emptyList<DNSInfo>())
|
val allDNS = emptyList<DNSInfo>()
|
||||||
}
|
}
|
||||||
|
|
||||||
var isLoading = true;
|
var isLoading = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user