Unverified Commit 1c08b74f authored by Mygod's avatar Mygod Committed by GitHub

Add missing type

parent 60c8449a
...@@ -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.Idle) val status = MutableLiveData<Status>(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