mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
UploadFilesActivity: fix upload not working when space is insufficient
LOCAL_BASE_PATH was missing Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
393f553e56
commit
2130de152d
1 changed files with 1 additions and 0 deletions
|
@ -663,6 +663,7 @@ public class UploadFilesActivity extends DrawerActivity implements LocalFileList
|
|||
// signaling that they should be moved to the ownCloud folder, instead of copied
|
||||
Intent data = new Intent();
|
||||
data.putExtra(EXTRA_CHOSEN_FILES, mFileListFragment.getCheckedFilePaths());
|
||||
data.putExtra(LOCAL_BASE_PATH, mCurrentDir.getAbsolutePath());
|
||||
setResult(RESULT_OK_AND_MOVE, data);
|
||||
finish();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue