|
|
@@ -26,11 +26,13 @@
|
|
|
android:configChanges="orientation|keyboardHidden|navigation|screenSize"
|
|
|
android:exported="false"
|
|
|
android:screenOrientation="behind"
|
|
|
+ android:theme="@style/AppBaseTheme"
|
|
|
android:windowSoftInputMode="adjustResize|stateHidden" />
|
|
|
<activity
|
|
|
android:name="com.alipay.sdk.app.H5AuthActivity"
|
|
|
android:configChanges="orientation|keyboardHidden|navigation"
|
|
|
android:exported="false"
|
|
|
+ android:theme="@style/AppBaseTheme"
|
|
|
android:screenOrientation="behind"
|
|
|
android:windowSoftInputMode="adjustResize|stateHidden" />
|
|
|
|