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
All of the padding
Modifier
s current apply the entire insets of that type, which might not be desired.For example, it's useful to apply the
systemBars
to the padding of a top app bar, but only the top, start and end.In
accompanist/insets
, this was possible withModifier.systemBarsPadding(bottom = false)
In the
androidx.insets
, the equivalent is possible, but much more verbose: