1:修改登录出现来回跳
This commit is contained in:
@@ -133,7 +133,7 @@ public class CommonAppContext extends MultiDexApplication implements Application
|
||||
@Getter
|
||||
public UnreadCountEvent unreadCountEvent;
|
||||
|
||||
public static int selectRelease = 1;
|
||||
public static int selectRelease = -1;
|
||||
|
||||
@Override
|
||||
public void onCreate() {
|
||||
|
||||
@@ -190,7 +190,7 @@
|
||||
android:name=".wxapi.WXEntryActivity"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTask"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar"></activity>
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
|
||||
<!-- 微信支付回调Activity(必须放在包名.wxapi路径下) -->
|
||||
<activity
|
||||
android:name=".wxapi.WXPayEntryActivity"
|
||||
@@ -199,7 +199,8 @@
|
||||
|
||||
<activity
|
||||
android:name=".PasswordLoginActivity"
|
||||
android:exported="true">
|
||||
android:exported="true"
|
||||
android:launchMode="singleTask">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="com.qxcm.qxlive.LAUNCH_PAGE" />
|
||||
|
||||
Reference in New Issue
Block a user