修复日志初始分屏比例无法调节问题。原因是两个窗口都存在LogView控件时,会引起未知原因的无法调节问题。只要启动窗口把LogView控件移除就可以了。
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
android:theme="@style/MyUtilsTheme"
|
||||
android:supportsRtl="true"
|
||||
android:resizeableActivity="true"
|
||||
android:screenOrientation="unspecified"
|
||||
android:requestLegacyExternalStorage="true">
|
||||
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTask"
|
||||
android:exported="true"
|
||||
android:resizeableActivity="true">
|
||||
android:exported="true">
|
||||
|
||||
<intent-filter>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user