Commit 5383f1c9 authored by kenan's avatar kenan

修复打开多个文件,MainActivity多个实例

parent d69b698e
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
android:excludeFromRecents="false" android:excludeFromRecents="false"
android:exported="true" android:exported="true"
android:screenOrientation="portrait" android:screenOrientation="portrait"
android:launchMode="singleTop"
android:stateNotNeeded="true" android:stateNotNeeded="true"
android:theme="@style/AppTheme" android:theme="@style/AppTheme"
android:windowSoftInputMode="stateAlwaysHidden|adjustResize"> 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