Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 364b70c5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "To avoid deleting a source file when a move opration is canceled" into nyc-andromeda-dev

parents d97c8176 88dfe319
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -163,8 +163,10 @@ final class MoveJob extends CopyJob {
        byteCopyDocument(src, dest);

        // Remove the source document.
        if(!isCanceled()) {
            deleteDocument(src, srcParent);
        }
    }

    @Override
    public String toString() {