android / compose-samples

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

[FR]: Content obscured by the SystemNavigationBar #1322

Closed yongsuk44 closed 7 months ago

yongsuk44 commented 7 months ago

Is there an existing issue for this?

Is this a feature request for one of the samples?

Sample app

Jetcaster

Describe the problem

Screenshot_20240407_152918

Describe the solution

Adjusting the inset value of windowInsetsPadding to the WindowInsets.navigationBars

Additional context

No response

Code of Conduct