Skip to content

Commit 5d937c1

Browse files
committed
[修复] 修复过期接口警告
1 parent 132bf89 commit 5d937c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Framework/Procedure/LauncherUIHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static async void Start()
1313
{
1414
_ui = await GameApp.UI.OpenFullScreenAsync<UILauncher>("UI/UILauncher", UIGroupConstants.Loading);
1515

16-
GameApp.Event.Subscribe(AssetDownloadProgressUpdateEventArgs.EventId, SetProgressUpdate);
16+
GameApp.Event.CheckSubscribe(AssetDownloadProgressUpdateEventArgs.EventId, SetProgressUpdate);
1717
}
1818

1919
public static void Dispose()

0 commit comments

Comments
 (0)