Skip to content

Commit

Permalink
修正:异步获取窗口方法GetUIAsync获取不到已显示的窗口
Browse files Browse the repository at this point in the history
  • Loading branch information
landoU committed Sep 18, 2024
1 parent 3ac6977 commit 38fa4d5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -562,11 +562,6 @@ public void GetUIAsync<T>(Action<T> callback) where T : UIWindow
return;
}

if (ret.IsLoadDone)
{
return;
}

GetUIAsyncImp(callback).Forget();

async UniTaskVoid GetUIAsyncImp(Action<T> ctx)
Expand Down

0 comments on commit 38fa4d5

Please sign in to comment.