Skip to content

Commit 6b03ded

Browse files
committed
Fix Android 15 UI glitch
1 parent 6f40357 commit 6b03ded

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/AndroidManifest.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
android:name=".MainActivity"
2222
android:exported="true"
2323
android:theme="@style/Theme.Pazzword"
24-
android:windowSoftInputMode="adjustPan"
25-
android:fitsSystemWindows="true">
24+
android:windowSoftInputMode="adjustPan">
2625

2726
<intent-filter>
2827

app/src/main/res/layout/activity_main.xml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
xmlns:app="http://schemas.android.com/apk/res-auto"
2222
xmlns:tools="http://schemas.android.com/tools"
2323
android:id="@+id/container"
24+
android:fitsSystemWindows="true"
2425
android:layout_width="match_parent"
2526
android:layout_height="match_parent">
2627

0 commit comments

Comments
 (0)