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

It's not a SnackBar, just a TextView

Open rumburake opened this issue 3 years ago • 0 comments

In Step 5 page: https://developer.android.com/codelabs/kotlin-coroutines#4

One second after the user clicks the main view, it requests a snackbar.

Wait one second then display a snackbar.

_snackbar.value can be called directly from main thread

These all should be updated to say "display taps in a TextView" - looks like the SnackBar is now used for errors, and updated separately.

rumburake avatar Jul 28 '22 18:07 rumburake