Skip to content

Commit

Permalink
Update manifest to support fullUser & adjustResize
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Dec 14, 2023
1 parent 0ac09af commit 87c0f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
android:exported="true"
android:launchMode="singleTask"
android:configChanges="orientation|screenSize|screenLayout"
android:screenOrientation="locked"
android:windowSoftInputMode="adjustPan">
android:screenOrientation="fullUser"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit 87c0f3c

Please sign in to comment.