Skip to content

Commit 320931c

Browse files
committed
fix(auto-upload): sync conflict handling
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent 74479e6 commit 320931c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/src/main/java/com/nextcloud/client/jobs/utils/UploadErrorNotificationManager.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ object UploadErrorNotificationManager {
183183
if (isSameFileOnRemote) {
184184
Log_OC.w(TAG, "same file exists on remote")
185185
notifyOnSameFileExists()
186-
} else {
187-
Log_OC.w(TAG, "SYNC_CONFLICT but file not same on remote - no notification needed")
188186
}
189187

190188
return false

0 commit comments

Comments
 (0)