mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2025-01-21 23:46: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" />
|
||||
</set>
|
||||
</option>
|
||||
<option name="resolveModulePerSourceSet" value="false" />
|
||||
</GradleProjectSettings>
|
||||
</option>
|
||||
</component>
|
||||
|
@ -22,7 +22,7 @@ import kotlin.concurrent.thread
|
||||
class DNSListActivity : AppCompatActivity() {
|
||||
|
||||
companion object {
|
||||
val allDNS = arrayListOf(emptyList<DNSInfo>())
|
||||
val allDNS = emptyList<DNSInfo>()
|
||||
}
|
||||
|
||||
var isLoading = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user