codelab-kotlin-coroutines
codelab-kotlin-coroutines copied to clipboard
Sunflower, not Avocado is not in growth zone 9.
trafficstars
In step 4 of the Learn advanced coroutines with Kotlin Flow and LiveData, it is stated
Now if the filter button is pressed (and only GrowZone 9 plants are displayed), the Avocado disappears from the list since its GrowZone is not 9.
However, it is in fact the sunflower which is not in the growth zone 9 and disappears. This can be observed from the screenshot right below the above-quoted statement.
It is not fixed yet :(