Commit a6f67de7 authored by fallenstardust's avatar fallenstardust

revert 允许跟随系统屏幕旋转

parent ae1e344c
......@@ -41,9 +41,9 @@
<activity
android:name="cn.garymb.ygomobile.ui.home.MainActivity"
android:configChanges="keyboardHidden|navigation"
android:configChanges="orientation|keyboardHidden|navigation|screenSize"
android:exported="true"
android:screenOrientation="unspecified"
android:screenOrientation="portrait"
android:launchMode="singleTop"
android:theme="@style/AppTheme"
android:windowSoftInputMode="stateAlwaysHidden|adjustResize">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment