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"