fix(android): Remove fitsSystemWindows from bottom sheet layout (#8406)

This overrides the padding set in the bottom sheet, and is unnecessary
because the outer-most layout contains `fitsSystemWindows=true`.

Fixes #8384
This commit is contained in:
Jamil
2025-03-10 15:11:44 +00:00
committed by GitHub
parent 421f8e76d6
commit aab2fdec73

View File

@@ -3,8 +3,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="@dimen/spacing_medium"
android:fitsSystemWindows="true">
android:padding="@dimen/spacing_medium">
<!-- Resource Section -->
<TextView