Fixed
Status Update
Comments
cl...@google.com <cl...@google.com>
ap...@google.com <ap...@google.com> #2
Note to self: the ListView
implementation does this as well, let's start there to see how this can be achieved.
Description
Compose version: 0.1.0-dev12
The only reason to give
collectAsState
a non-null bound is to reservenull
to meannot initialized
. SinceStateFlow
always has a value, this isn't required, and the extension should supportStateFlow
s of any type, even nullable ones.