mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user