[F] Apple link callback

This commit is contained in:
2024-08-26 14:42:08 +08:00
parent e6349d1501
commit d449fee825
4 changed files with 10 additions and 4 deletions

View File

@@ -312,7 +312,7 @@ namespace tysdk
if (callbacks.TryGetValue("LinkAccoutResult", out var action))
{
action.Invoke(result);
callbacks.Remove("LoginResult");
callbacks.Remove("LinkAccoutResult");
}
}