mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 04:02:57 +08:00
Fix loading spinner potentially showing on statistics unavailable message
This commit is contained in:
parent
57b892a028
commit
ac5d9853d3
@ -76,6 +76,8 @@ namespace osu.Game.Screens.Ranking.Statistics
|
||||
|
||||
if (newScore.HitEvents == null || newScore.HitEvents.Count == 0)
|
||||
{
|
||||
spinner.Hide();
|
||||
|
||||
content.Add(new FillFlowContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
|
Loading…
Reference in New Issue
Block a user