How can I prevent doubling up of bottom bar padding with NavigationSuiteScaffold? I just have a NSS with a nested Scaffold and a LazyColumn that has a text field at the bottom of 30 other items and when the text field is focused it puts extra padding. For a regular scaffold that has a bottom bar I can consume the insets, but NSS does not provide insets and seems to consume start or bottom insets itself.
bryankeltonadams
10/07/2024, 5:36 PM
screenshot_20241003_161405_my_compose_app.jpg
a
Alex Vanyo
10/08/2024, 5:40 PM
Ah, this is an issue… NSS consumes the insets, but only the insets themselves, and not the size of the navigation UI component as well