Fix move feedback messages
This commit is contained in:
parent
40bed2db21
commit
82dda95211
@ -328,8 +328,8 @@ class ExplorerActivity : BaseExplorerActivity() {
|
|||||||
activityScope.launch {
|
activityScope.launch {
|
||||||
onTaskResult(
|
onTaskResult(
|
||||||
fileOperationService.moveElements(volumeId, toMove, toClean),
|
fileOperationService.moveElements(volumeId, toMove, toClean),
|
||||||
R.string.move_success,
|
|
||||||
R.string.move_failed,
|
R.string.move_failed,
|
||||||
|
R.string.move_success,
|
||||||
)
|
)
|
||||||
setCurrentPath(currentDirectoryPath)
|
setCurrentPath(currentDirectoryPath)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user