Fix CI stuff

This commit is contained in:
EVAST9919
2019-05-28 17:21:34 +03:00
parent 6ca3bd086f
commit 857eb9b83a

View File

@ -106,6 +106,7 @@ namespace osu.Game.Overlays.Profile.Sections
private readonly FillFlowContainer content;
private bool isLoading;
public bool IsLoading
{
set
@ -123,10 +124,7 @@ namespace osu.Game.Overlays.Profile.Sections
content.FadeIn(duration, Easing.OutQuint);
}
}
get
{
return isLoading;
}
get => isLoading;
}
public ShowMoreButton()