1:修改登录出现来回跳

This commit is contained in:
2025-12-25 11:48:11 +08:00
parent bb31bafa55
commit e26101c35f
2 changed files with 4 additions and 3 deletions

View File

@@ -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() {

View File

@@ -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" />