UdaraWanasinghe
UdaraWanasinghe
**Description:** I would like to request the addition of a new function, `scanNotNull`, to the Flow extension in the Kotlin Coroutines library. The `scanNotNull` function would allow folding of flow...
Adds feature #3806 This adds the "scanNotNull" function as an extension to the Flow class. The "scanNotNull" function allows folding the flow's values using a provided operation and emitting every...
Fixes #3377 **Root cause** BottomSheetBehavior stores the reference of the nestedScrollingChild view but it only sets this reference during the layout pass. When this nested scrolling child view is inside...