codelab-kotlin-coroutines icon indicating copy to clipboard operation
codelab-kotlin-coroutines copied to clipboard

typo in comment on step 5

Open fillooow opened this issue 5 years ago • 0 comments
trafficstars

At the end of 5th step there are example of MainViewModel.kt:

// resume in the main dispatcher
// _snackbar.value can be called directly from main thread
_taps.postValue("$tapCount taps")

so, the comment is about snackbar and code below changes taps value. It's a little confusing.

fillooow avatar Apr 28 '20 20:04 fillooow