hanjing 6 éve
szülő
commit
9d2c282a93
1 módosított fájl, 3 hozzáadás és 1 törlés
  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"