mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Apply ConfigureAwait changes to game side
This commit is contained in:
@ -154,7 +154,7 @@ namespace osu.Game.Screens.Import
|
||||
|
||||
Task.Factory.StartNew(async () =>
|
||||
{
|
||||
await game.Import(path);
|
||||
await game.Import(path).ConfigureAwait(false);
|
||||
|
||||
// some files will be deleted after successful import, so we want to refresh the view.
|
||||
Schedule(() =>
|
||||
|
Reference in New Issue
Block a user