1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 15:44:25 +08:00

Merge pull request #15515 from Joehuu/fix-statistics-loading-spinner

Fix loading spinner potentially showing on statistics unavailable message
This commit is contained in:
Dean Herbert
2021-11-08 13:02:39 +09:00
committed by GitHub
Unverified
@@ -69,6 +69,8 @@ namespace osu.Game.Screens.Ranking.Statistics
foreach (var child in content)
child.FadeOut(150).Expire();
spinner.Hide();
var newScore = score.NewValue;
if (newScore == null)