Merge pull request #1947 from peppy/fix-downloads-during-import

Keep downloads active until their associated import operation finishes
This commit is contained in:
Dean Herbert
2018-01-22 16:27:17 +09:00
committed by GitHub

View File

@ -287,9 +287,8 @@ namespace osu.Game.Beatmaps
Import(archive);
downloadNotification.State = ProgressNotificationState.Completed;
currentDownloads.Remove(request);
}, TaskCreationOptions.LongRunning);
currentDownloads.Remove(request);
};
request.Failure += data =>