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