Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Rachel committed Sep 20, 2024
2 parents 4b178a9 + 79929c4 commit d3914a9
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 d3914a9

Please sign in to comment.