Skip to content

Commit 48bc494

Browse files
authored
Fix: Fixed issue where items could go to the trash if copy/move was skipped (#11694)
1 parent 716489e commit 48bc494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Filesystem/FilesystemOperations/Helpers/FilesystemHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ public async Task<ReturnResult> PerformOperationTypeAsync(DataPackageOperation o
294294
}
295295
finally
296296
{
297-
packageView.ReportOperationCompleted(operation);
297+
packageView.ReportOperationCompleted(packageView.RequestedOperation);
298298
}
299299
}
300300

0 commit comments

Comments
 (0)