mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08:00
Fix results screen fetching more scores twice
This commit is contained in:
parent
f3dd1facf1
commit
615f07d54c
@ -267,7 +267,8 @@ namespace osu.Game.Screens.Ranking
|
||||
foreach (var s in scores)
|
||||
addScore(s);
|
||||
|
||||
lastFetchCompleted = true;
|
||||
// allow a frame for scroll container to adjust its dimensions with the added scores before fetching again.
|
||||
Schedule(() => lastFetchCompleted = true);
|
||||
|
||||
if (ScorePanelList.IsEmpty)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user