fix: 修复 Bug

This commit is contained in:
HuanCheng65 2022-08-06 15:09:21 +08:00
parent 3a97d1350f
commit b4a6863ef3
No known key found for this signature in database
GPG Key ID: E9031EF91A805148
1 changed files with 1 additions and 1 deletions

View File

@ -136,8 +136,8 @@
android:windowSoftInputMode="adjustResize" /> android:windowSoftInputMode="adjustResize" />
<activity <activity
android:name=".activities.LoginActivity" android:name=".activities.LoginActivity"
android:label="@string/title_activity_login"
android:configChanges="screenSize|screenLayout|orientation|smallestScreenSize|keyboardHidden" android:configChanges="screenSize|screenLayout|orientation|smallestScreenSize|keyboardHidden"
android:label="@string/title_activity_login"
android:windowSoftInputMode="adjustResize" /> android:windowSoftInputMode="adjustResize" />
<service <service