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

View File

@ -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)