Fix move feedback messages

This commit is contained in:
Matéo Duparc 2024-11-15 20:51:47 +01:00
parent 40bed2db21
commit 82dda95211
Signed by: hardcoresushi
GPG Key ID: AFE384344A45E13A

View File

@ -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)
} }