Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
No update yet.
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
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.