Skip to content

Commit

Permalink
Fix Android 15 UI glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Oct 17, 2024
1 parent 6f40357 commit 6b03ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
android:name=".MainActivity"
android:exported="true"
android:theme="@style/Theme.Pazzword"
android:windowSoftInputMode="adjustPan"
android:fitsSystemWindows="true">
android:windowSoftInputMode="adjustPan">

<intent-filter>

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/container"
android:fitsSystemWindows="true"
android:layout_width="match_parent"
android:layout_height="match_parent">

Expand Down

0 comments on commit 6b03ded

Please sign in to comment.