This repository was archived by the owner on Aug 16, 2023. It is now read-only.
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
An wrong type in Learn advanced coroutines with Kotlin Flow and LiveData #183
Open
Description
In step 14. Controlling concurrency with flow
Open up PlantListViewModel.kt, and add this to the init block:
init {
clearGrowZoneNumber()
growZone.mapLatest { growZone ->
...
}
"growZone.mapLatest" is wrong, the correct code is : growZoneFlow.mapLatest
Metadata
Metadata
Assignees
Labels
No labels