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 ComposeViews 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.
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.