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?
na...@google.com <na...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Version used: 1.0.0-alpha12, but I've confirmed it isn't fixed in the latest version on cs.android.com
I want to access the current size in Modifier.graphicsLayer
I want to be able to write code like this
Instead, because GraphicsLayerScope doesn't have any size information, I have to write code like this
I'm filing an issue because Adam Powell suggested it on slack )