1
0
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:
Andrei Zavatski 2020-02-05 23:00:42 +03:00
parent 24e8a2bd69
commit 4dd25b42ae

View File

@ -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();