hanjing hace 6 años
padre
commit
9d2c282a93
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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"