mirror of https://github.com/ppy/osu
Fix statistics update not being shown on results screen if it arrives too fast
As reported in https://discord.com/channels/188630481301012481/1097318920991559880/1288160137286258799.
This commit is contained in:
parent
555d4ffe89
commit
20e7ade3b0
|
@ -37,7 +37,7 @@ private void load(UserStatisticsWatcher? userStatisticsWatcher)
|
|||
{
|
||||
if (update.NewValue?.Score.MatchesOnlineID(achievedScore) == true)
|
||||
DisplayedUserStatisticsUpdate.Value = update.NewValue;
|
||||
});
|
||||
}, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue