Unverified Commit 60c8449a authored by Mygod's avatar Mygod Committed by GitHub

Simplify code

parent 1226b709
...@@ -77,7 +77,7 @@ class HttpsTest : ViewModel() { ...@@ -77,7 +77,7 @@ class HttpsTest : ViewModel() {
} }
private var running: Job? = null private var running: Job? = null
val status = MutableLiveData<Status>().apply { value = Status.Idle } val status = MutableLiveData(Status.Idle)
fun testConnection() { fun testConnection() {
cancelTest() cancelTest()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment