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