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
Currently, insets are always consumed by the implementation of
OnApplyWindowInsetsListener
.In accompanist/insets, this view tree consumption behavior was configurable for the interop case of multiple
ComposeView
s or the use of insets at the Activity-level and the Fragment-level.Right now, inner views won't receive any updates since the outer views will consume them.