|
@@ -454,6 +454,7 @@
|
|
|
android:theme="@style/AppActionTheme" />
|
|
android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActWebX5"
|
|
android:name="com.sheep.gamegroup.view.activity.ActWebX5"
|
|
|
|
|
+ android:configChanges="orientation|screenSize"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppActionTheme" />
|
|
android:theme="@style/AppActionTheme" />
|
|
|
<activity
|
|
<activity
|
|
@@ -896,8 +897,9 @@
|
|
|
<activity
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.ActPay"
|
|
android:name="com.sheep.gamegroup.view.activity.ActPay"
|
|
|
android:exported="true"
|
|
android:exported="true"
|
|
|
|
|
+ android:configChanges="orientation|screenSize"
|
|
|
android:launchMode="singleInstance"
|
|
android:launchMode="singleInstance"
|
|
|
- android:screenOrientation="user"
|
|
|
|
|
|
|
+ android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.translucent" />
|
|
android:theme="@style/AppTheme.translucent" />
|
|
|
<activity
|
|
<activity
|
|
|
android:name="com.sheep.gamegroup.view.activity.GameCertificationActivity"
|
|
android:name="com.sheep.gamegroup.view.activity.GameCertificationActivity"
|