mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00:00
Load results pages asynchronously
Reduces performance burden when first displaying pages. Closes #4977.
This commit is contained in:
parent
164b05abd6
commit
e87123342c
@ -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