android / compose-samples

Official Jetpack Compose samples.
https://developer.android.com/jetpack/compose
Apache License 2.0
19.84k stars 4.71k forks source link

[Bug]: JetLagged screens need enough padding for bottom insets #1450

Closed IanGClifton closed 2 weeks ago

IanGClifton commented 2 weeks ago

Is there an existing issue for this?

Is there a StackOverflow question about this issue?

Is this an issue related to one of the samples?

Sample app

Other (bug not related to sample app)

What happened?

JetLagged sets enableEdgeToEdge but it also needs to ensure there's enough padding at the bottom of each screen for the nav bar (insets)

Once there's enough padding, the navigationBarStyle should be set (see pull #1449 for the related statusBarStyle)

Relevant logcat output

No response

Code of Conduct

IanGClifton commented 2 weeks ago

I'll work on this shortly