Fixed
Status Update
Comments
mo...@google.com <mo...@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?
ap...@google.com <ap...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
inline val LayoutCoordinates.positionInParent: PxPosition
get() = parentCoordinates?.childToLocal(this, PxPosition.Origin) ?: PxPosition.Origin
inline val LayoutCoordinates.boundsInParent: PxBounds
get() = PxBounds(positionInParent, size.toPxSize())
We discussed it a while ago, do you think now we can add such overloads for the public api?