Assigned
Status Update
Comments
to...@boozt.com <to...@boozt.com> #2
If I apply:
contentWindowInsets = WindowInsets.safeDrawing.only(WindowInsetsSides.Horizontal)
to Scaffold, then it fixes the issue with the button and the bottom padding. But the TopAppBar padding issue persists.
to...@boozt.com <to...@boozt.com> #3
After further testing I found that the issue happens when the root view of the app is in XML and it contains
android:fitsSystemWindows="true"
as parameter
Description
Jetpack Compose version: Compose BOM 2025.02.00
Material Library Version (M2, M3 or Both?): M3
Material Compose component used: Scaffold, TextField, Button
Android Studio Build: Android Studio Meerkat | 2024.3.1 Canary 3
Kotlin version: 2.0.20
Steps to Reproduce or Code Sample to Reproduce:
Stack trace (if applicable):