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 untrusted user: hardcoresushi
GPG Key ID: AFE384344A45E13A

View File

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