hanjing 6 年之前
父節點
當前提交
9d2c282a93
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      app/src/main/AndroidManifest.xml

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

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