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

description discrepancy

Open gcottenc opened this issue 5 years ago • 1 comments
trafficstars

https://codelabs.developers.google.com/codelabs/kotlin-coroutines/#4

   // _snackbar.value can be called directly from main thread

->

   // _taps.value can be called directly from main thread

Go ahead and run it. When you click on the main view you should see a snackbar one second later.

->

Go ahead and run it. When you click on the main view, you should see the taps counter incremented one second later.

gcottenc avatar Sep 09 '20 09:09 gcottenc

There is another mention earlier that is wrong, too: One second after the user clicks the main view, it requests a snackbar.

xuiqzy avatar Sep 12 '20 15:09 xuiqzy