Fixed
Status Update
Comments
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
We have:
Modifier.drawBehind {}
Modifier.drawWithCache {}
But in inside drawWithCache block we have:
onDraw {}
onDrawWithCache {}
Should the first one have "Behind" in the name? I am also not sure they both need "on" as well