|
|
@@ -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> |
|
|
|
|