Skip to content

Commit cd7eee2

Browse files
alperozturk96backportbot[bot]
authored andcommitted
Apply suggestion from @alperozturk96
Signed-off-by: Alper Öztürk <[email protected]>
1 parent ce6ecda commit cd7eee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/nextcloud/client/jobs/autoUpload/AutoUploadWorker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ class AutoUploadWorker(
322322
try {
323323
var (uploadEntity, upload) = createEntityAndUpload(user, localPath, remotePath)
324324

325-
// if local file deleted, upload cannot be or retriable thus needs to be removed
325+
// if local file deleted, upload process cannot be started or retriable thus needs to be removed
326326
if (path.isEmpty() || !file.exists()) {
327327
Log_OC.w(TAG, "detected non-existing local file, removing entity")
328328
repository.deleteByLocalPathAndId(path, id)

0 commit comments

Comments
 (0)