Fix CI stuff

This commit is contained in:
EVAST9919 2019-05-28 17:21:34 +03:00
parent 6ca3bd086f
commit 857eb9b83a
1 changed files with 2 additions and 4 deletions

View File

@ -106,6 +106,7 @@ protected class ShowMoreButton : CircularContainer
private readonly FillFlowContainer content;
private bool isLoading;
public bool IsLoading
{
set
@ -123,10 +124,7 @@ public bool IsLoading
content.FadeIn(duration, Easing.OutQuint);
}
}
get
{
return isLoading;
}
get => isLoading;
}
public ShowMoreButton()