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

Commit 40244603 authored by Shunta Sato's avatar Shunta Sato Committed by android-build-merger
Browse files

DO NOT MERGE: Don't delete source file when a move opration is canceled

am: 682d3703

Change-Id: I22b980489abe69675fe05d166576dfdbd1bd5c64
parents 8a9ecc52 682d3703
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -117,8 +117,10 @@ final class MoveJob extends CopyJob {
        byteCopyDocument(src, dest);

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

    @Override
    public String toString() {