1
0
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:
Joseph Madamba 2021-11-07 17:25:33 -08:00
parent 57b892a028
commit ac5d9853d3

View File

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