mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09: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:
@ -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)
|
||||
|
Reference in New Issue
Block a user