mirror of
https://github.com/osukey/osukey.git
synced 2025-06-24 04:38:02 +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)
|
if (newScore.HitEvents == null || newScore.HitEvents.Count == 0)
|
||||||
{
|
{
|
||||||
|
spinner.Hide();
|
||||||
|
|
||||||
content.Add(new FillFlowContainer
|
content.Add(new FillFlowContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user