mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 04:03:22 +08:00
Move spotlightsRequest to another place
This commit is contained in:
parent
24e8a2bd69
commit
4dd25b42ae
@ -36,7 +36,6 @@ namespace osu.Game.Overlays
|
||||
|
||||
private APIRequest lastRequest;
|
||||
private CancellationTokenSource cancellationToken;
|
||||
private GetSpotlightsRequest spotlightsRequest;
|
||||
|
||||
[Resolved]
|
||||
private IAPIProvider api { get; set; }
|
||||
@ -148,6 +147,8 @@ namespace osu.Game.Overlays
|
||||
Country.Value = requested;
|
||||
}
|
||||
|
||||
private GetSpotlightsRequest spotlightsRequest;
|
||||
|
||||
private void getSpotlights()
|
||||
{
|
||||
loading.Show();
|
||||
|
Loading…
Reference in New Issue
Block a user