Main/SDK/SDKUtils.cs
@@ -910,10 +910,7 @@ m_Json.Clear(); m_Json["code"] = CodeU2A.FreePlatformLogout; SendMessageToSDK(m_Json); if (ChannelPlatform == E_ChannelPlatform.Yl) { FreePlatformLogin(); } // FreePlatformLogin(); #endif } public void ShowAccountView() @@ -922,10 +919,9 @@ m_Json.Clear(); m_Json["code"] = CodeU2A.ShowAccountView; SendMessageToSDK(m_Json); if (ChannelPlatform == E_ChannelPlatform.Yl) { FreePlatformLogin(); } // FreePlatformLogin(); #endif } public void FreePlatformSwitchAccount()