Browse Source

3对3111

master
fyf 1 year ago
parent
commit
68b71f8d86
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      app/src/main/AndroidManifest.xml

+ 3
- 1
app/src/main/AndroidManifest.xml View File

@@ -74,6 +74,7 @@
android:exported="false" />
<activity
android:name=".LoginActivity"
android:windowSoftInputMode="adjustPan|stateHidden"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -83,7 +84,8 @@
</activity>
<activity
android:name=".MainActivity"
android:configChanges="orientation|screenSize|keyboard|keyboardHidden|navigation"
android:windowSoftInputMode="adjustPan|stateHidden"
android:configChanges="orientation|screenSize|keyboard|keyboardHidden|navigation|"
android:exported="false" />
</application>


Loading…
Cancel
Save