mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 20:50:48 +08:00
Fix DownloadTrackingComposite incorrectly receiving cancelled state
This commit is contained in:
@@ -105,9 +105,10 @@ namespace osu.Game.Database
|
||||
|
||||
void triggerFailure(Exception error)
|
||||
{
|
||||
currentDownloads.Remove(request);
|
||||
|
||||
DownloadFailed?.Invoke(request);
|
||||
|
||||
currentDownloads.Remove(request);
|
||||
notification.State = ProgressNotificationState.Cancelled;
|
||||
|
||||
if (!(error is OperationCanceledException))
|
||||
|
||||
Reference in New Issue
Block a user