Fix SnackBar shows behind window insets

This commit is contained in:
残页
2022-06-03 18:21:56 +08:00
committed by GitHub
parent 7ae3cd1c43
commit 2106751ea4
6 changed files with 41 additions and 14 deletions
@@ -43,6 +43,12 @@
</FrameLayout>
<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/snackbar_container"
app:fitsSystemWindowsInsets="top|bottom"/>
</FrameLayout>
</layout>