Loading src/com/cyanogenmod/filemanager/commands/secure/MoveCommand.java 100644 → 100755 +7 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,13 @@ public class MoveCommand extends Program implements MoveExecutable { if (!d.exists()) { throw new ExecutionException("Failed to rename file or directory", ex); } if (s.exists() && d.exists()) { if (!FileHelper.deleteFileOrFolder(s)) { if (isTrace()) { Log.v(TAG, "File copied successfully but not deleted"); //$NON-NLS-1$ } } } } } Loading Loading
src/com/cyanogenmod/filemanager/commands/secure/MoveCommand.java 100644 → 100755 +7 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,13 @@ public class MoveCommand extends Program implements MoveExecutable { if (!d.exists()) { throw new ExecutionException("Failed to rename file or directory", ex); } if (s.exists() && d.exists()) { if (!FileHelper.deleteFileOrFolder(s)) { if (isTrace()) { Log.v(TAG, "File copied successfully but not deleted"); //$NON-NLS-1$ } } } } } Loading