Commit 91aa6dc0 authored by jianglx's avatar jianglx

修改启动页的启动模式,解决每次点击桌面都会出现启动页面的问题

parent 620ba824
...@@ -110,7 +110,6 @@ ...@@ -110,7 +110,6 @@
tools:ignore="GoogleAppIndexingWarning"> tools:ignore="GoogleAppIndexingWarning">
<activity <activity
android:name=".WelcomeActivity" android:name=".WelcomeActivity"
android:launchMode="singleTask"
android:screenOrientation="portrait" android:screenOrientation="portrait"
android:theme="@style/SplashTheme"> android:theme="@style/SplashTheme">
<intent-filter> <intent-filter>
......
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