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"