mirror of
https://github.com/osukey/osukey.git
synced 2025-06-23 20:27:58 +09: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…
x
Reference in New Issue
Block a user