Revert "AndroidManifest.xml: Prevent layout changed when soft input called (#1985)" (#1986)

This reverts commit 4ffb7febb0.
This commit is contained in:
南宫雪珊 2022-06-12 10:50:08 +08:00 committed by GitHub
parent 4ffb7febb0
commit 67545de17e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@
<activity
android:name=".ui.activity.MainActivity"
android:exported="true"
android:launchMode="singleTop"
android:windowSoftInputMode="adjustResize">
android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />