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
Android R allows handling animated insets. Compose does not support insets, so this must be handled with standard Android mechanisms.
Developers don't automatically get the animated insets. For example, when the soft keyboard animates up, the content doesn't move or pops to the final position.