1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 03:33:39 +08:00

Move spotlightsRequest to another place

This commit is contained in:
Andrei Zavatski
2020-02-05 23:00:42 +03:00
Unverified
parent 24e8a2bd69
commit 4dd25b42ae
+2 -1
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();