https://kotlinlang.org logo
m

Mikołaj Karwowski

01/28/2020, 3:21 PM
Hello 🙂 I was going through advanced-kotlin-coroutines codelab Just to make sure, it should call onEach instead of onComplete for disabling the spinner, as channel doesn't finish/complete as long as it is observed, right? https://codelabs.developers.google.com/codelabs/advanced-kotlin-coroutines/#13