fix #9: disable workaround for adjustResize when it is not needed

This commit is contained in:
Josia Pietsch 2024-08-28 01:00:26 +02:00
parent 31727d63c4
commit 522ca697b6
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 21 additions and 14 deletions

View file

@ -7,6 +7,7 @@
android:id="@+id/list_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context=".list.ListActivity">
<com.google.android.material.appbar.AppBarLayout