1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Fix CI issues

This commit is contained in:
EVAST9919 2019-05-28 19:53:00 +03:00
parent 19fbab6892
commit 5169e31d54

View File

@ -35,7 +35,7 @@ namespace osu.Game.Overlays.Profile.Sections
protected APIRequest RetrievalRequest; protected APIRequest RetrievalRequest;
protected RulesetStore Rulesets; protected RulesetStore Rulesets;
public PaginatedContainer(Bindable<User> user, string header, string missing) protected PaginatedContainer(Bindable<User> user, string header, string missing)
{ {
User.BindTo(user); User.BindTo(user);
@ -114,6 +114,7 @@ namespace osu.Game.Overlays.Profile.Sections
{ {
if (isLoading == value) if (isLoading == value)
return; return;
isLoading = value; isLoading = value;
if (value) if (value)