Fixed
Status Update
Comments
cl...@google.com <cl...@google.com>
ap...@google.com <ap...@google.com> #2
Android 5.0, 5.1: it shows context menu at top of screen, not as popup. See screenshots.
Android framework doesn't support floating toolbar before 23. So this is intended behavior.
The crash information suggests that this is an error from Snapshot. chuckj@ can you please take a look? I don't know what exactly caused the readError
in Snapshot, any suggestions? Thanks a lot!
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.