mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2025-01-22 07:56:30 +00:00
commit
cc8ad80395
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