Browse Source

RoomActivity不支持分屏

DoggyZhang 1 tuần trước cách đây
mục cha
commit
ec31e55fde
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      module/room/src/main/AndroidManifest.xml

+ 1 - 0
module/room/src/main/AndroidManifest.xml

@@ -31,6 +31,7 @@
             android:configChanges="orientation|screenSize"
             android:exported="true"
             android:launchMode="singleTask"
+            android:resizeableActivity="false"
             android:screenOrientation="portrait"
             android:theme="@style/RoomTheme"
             android:windowSoftInputMode="stateAlwaysHidden|adjustNothing" />