mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 08:33:21 +08:00
Add FireAndForget
to stray Task.Run
This commit is contained in:
parent
9ca772421d
commit
1907beb0c9
@ -15,6 +15,7 @@ using osu.Game.Scoring;
|
||||
using osu.Game.Graphics.UserInterface;
|
||||
using osu.Game.Input.Bindings;
|
||||
using osu.Game.Online;
|
||||
using osu.Game.Online.Multiplayer;
|
||||
using osuTK;
|
||||
|
||||
namespace osu.Game.Screens.Play
|
||||
@ -63,7 +64,7 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
importedScore = realm.Run(r => r.Find<ScoreInfo>(t.GetResultSafely().ID)?.Detach());
|
||||
Schedule(() => state.Value = importedScore != null ? DownloadState.LocallyAvailable : DownloadState.NotDownloaded);
|
||||
});
|
||||
}).FireAndForget();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user