bryankeltonadams
11/11/2023, 7:11 AM.consumeWindowInsets(padding)
after that. Inside the box is my NavHost which is set to fillMaxSize() and then I have screen composables which have their own Scaffold which fillMaxSize, and then I have a bottomBar. This bottomBar on the nested Scaffold won't go edgeToEdge no matter what I do. If I stop passing the padding from the first Scaffold to the Box I can see the color of the second scaffolds bottomBar bleed into the navigationBar like I was wanting, but obviously the scaffoldPadding isn't being used which throws a warning. Any ideas?Stylianos Gakis
11/11/2023, 9:55 AMbryankeltonadams
11/11/2023, 3:55 PMStylianos Gakis
11/11/2023, 7:12 PM