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:
commit
8dbe69dec5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user