mirror of
https://github.com/osukey/osukey.git
synced 2025-06-21 19:27:58 +09:00
CI fixes
This commit is contained in:
parent
2ef3c78736
commit
edef84d9c3
@ -11,7 +11,6 @@ using osu.Framework.Graphics.Effects;
|
|||||||
using osu.Framework.Graphics.Shapes;
|
using osu.Framework.Graphics.Shapes;
|
||||||
using osu.Framework.Graphics.Sprites;
|
using osu.Framework.Graphics.Sprites;
|
||||||
using osu.Framework.Graphics.Textures;
|
using osu.Framework.Graphics.Textures;
|
||||||
using osu.Framework.Threading;
|
|
||||||
using osu.Game.Audio;
|
using osu.Game.Audio;
|
||||||
using osu.Game.Beatmaps;
|
using osu.Game.Beatmaps;
|
||||||
using osu.Game.Graphics.Containers;
|
using osu.Game.Graphics.Containers;
|
||||||
@ -196,10 +195,9 @@ namespace osu.Game.Overlays
|
|||||||
{
|
{
|
||||||
searchSection.BeatmapSet = null;
|
searchSection.BeatmapSet = null;
|
||||||
|
|
||||||
LoadComponentAsync(new DrawableErrorHandler(hasError ? response.Error : @"... nope, nothing found."), loaded =>
|
LoadComponentAsync(new DrawableErrorHandler(hasError ? response.Error : @"... nope, nothing found."),
|
||||||
{
|
addContentToPlaceholder,
|
||||||
addContentToPlaceholder(loaded);
|
(cancellationToken = new CancellationTokenSource()).Token);
|
||||||
}, (cancellationToken = new CancellationTokenSource()).Token);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user