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:
parent
19fbab6892
commit
5169e31d54
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user