Fixed
Status Update
Comments
cl...@google.com <cl...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
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.