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

should use growZoneFlow.mapLatest

Open mairs8 opened this issue 3 years ago • 1 comments

should the code snippet 'growZone.mapLatest' be 'growZoneFlow.mapLatest' in section https://developer.android.com/codelabs/advanced-kotlin-coroutines#13?

mairs8 avatar Jun 25 '22 13:06 mairs8

as so far, it still writes 'growZone.mapLatest' not 'growZoneFlow.mapLatest' https://developer.android.google.cn/codelabs/advanced-kotlin-coroutines#13

xujianhong avatar Jul 27 '22 03:07 xujianhong