Skip to content

Commit 4137454

Browse files
tobiasKaminskysurinder-tsys
authored andcommitted
small fix
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent c04efe9 commit 4137454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/nextcloud/client/jobs/upload/AlbumFileUploadWorker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ class AlbumFileUploadWorker(
365365
notificationManager,
366366
operation,
367367
result,
368-
showSameFileAlreadyExistsNotification = {
368+
onSameFileConflict = {
369369
withContext(Dispatchers.Main) {
370370
val showSameFileAlreadyExistsNotification =
371371
inputData.getBoolean(SHOW_SAME_FILE_ALREADY_EXISTS_NOTIFICATION, false)

0 commit comments

Comments
 (0)