From 2d68216d82d585b9b1cb731a5668e61cb7134b04 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期三, 11 九月 2024 16:38:59 +0800 Subject: [PATCH] 0312 恢复activity --- Project/app/src/game_226114725/java/com/secondworld/univeralsdk/FreePlatformUtil.java | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/Project/app/src/game_226114725/java/com/secondworld/univeralsdk/FreePlatformUtil.java b/Project/app/src/game_226114725/java/com/secondworld/univeralsdk/FreePlatformUtil.java index ac2e18d..c23153c 100644 --- a/Project/app/src/game_226114725/java/com/secondworld/univeralsdk/FreePlatformUtil.java +++ b/Project/app/src/game_226114725/java/com/secondworld/univeralsdk/FreePlatformUtil.java @@ -8,7 +8,6 @@ import com.allugame.freesdk.entities.FreeOrder; import com.allugame.freesdk.port.FreePlatform; import com.reyun.tracking.sdk.Tracking; -import com.ss.android.common.lib.EventUtils; import org.json.JSONException; import org.json.JSONObject; @@ -102,7 +101,6 @@ case FreeCallbackCode.LOGOUT_SUCCESS: m_Message.put("code", CodeA2U.FreePlatformLogoutOk); UniversalUtil.sendMessageToUnity(m_Message); - EventUtils.setLogin("mobile",true); break; case FreeCallbackCode.LOGOUT_FAILURE: m_Message.put("code", CodeA2U.FreePlatformLogoutFail); @@ -143,7 +141,6 @@ _registerMsg.put("account", m_Account); UniversalUtil.sendMessageToUnity(_registerMsg); Tracking.setRegisterWithAccountID(m_Account); - EventUtils.setRegister("mobile",true); } }); } @@ -151,6 +148,5 @@ public void SendRegisterEvent() { Tracking.setRegisterWithAccountID(m_Account); - EventUtils.setRegister("mobile",true); } } -- Gitblit v1.8.0