mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fix loading spinner potentially showing on statistics unavailable message
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user