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_904100357/java/com/secondworld/univeralsdk/FreePlatformUtil.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Project/app/src/game_904100357/java/com/secondworld/univeralsdk/FreePlatformUtil.java b/Project/app/src/game_904100357/java/com/secondworld/univeralsdk/FreePlatformUtil.java
index 44d388f..f88c8e2 100644
--- a/Project/app/src/game_904100357/java/com/secondworld/univeralsdk/FreePlatformUtil.java
+++ b/Project/app/src/game_904100357/java/com/secondworld/univeralsdk/FreePlatformUtil.java
@@ -145,4 +145,10 @@
             }
         });
     }
+
+    public void SendRegisterEvent()
+    {
+        Tracking.setRegisterWithAccountID(account);
+        EventUtils.setRegister("mobile",true);
+    }
 }

--
Gitblit v1.8.0