Fixed
Status Update
Comments
se...@google.com <se...@google.com>
co...@google.com <co...@google.com>
co...@google.com <co...@google.com>
co...@google.com <co...@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
windowSizeAsState
is returning a pixelSize
, not aDpSize
.Because this is being calculated in composition, it's usually preferred to deal with size in
Dp
values at this level, and convert to pixels later.