android / codelab-kotlin-coroutines

Kotlin Coroutines codelab
Apache License 2.0
552 stars 268 forks source link

mistake in MainViewModel.kt #56

Closed prudhvir3ddy closed 4 years ago

prudhvir3ddy commented 4 years ago

line 110 says

Thread.sleep(200)

it should be Thread.sleep(1000) to demonstrate the example correctly