1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 08:02:55 +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
commit 8dbe69dec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)