mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
Put delete file back
This commit is contained in:
parent
de3fe5e7df
commit
832f2c4733
1 changed files with 1 additions and 0 deletions
|
@ -441,6 +441,7 @@ public class UploadFileOperation extends SyncOperation {
|
|||
|
||||
} else if (mLocalBehaviour == FileUploader.LOCAL_BEHAVIOUR_DELETE) {
|
||||
originalFile.delete();
|
||||
getStorageManager().deleteFileInMediaScan(originalFile.getAbsolutePath());
|
||||
} else {
|
||||
mFile.setStoragePath(expectedPath);
|
||||
|
||||
|
|
Loading…
Reference in a new issue