mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 04:02:57 +08:00
Load results pages asynchronously (#4983)
Load results pages asynchronously
This commit is contained in:
commit
8faca7c9ef
@ -275,7 +275,7 @@ namespace osu.Game.Screens.Ranking
|
||||
currentPage = page.NewValue?.CreatePage();
|
||||
|
||||
if (currentPage != null)
|
||||
circleInner.Add(currentPage);
|
||||
LoadComponentAsync(currentPage, circleInner.Add);
|
||||
}, true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user