Skip to content

Commit 9886842

Browse files
committed
remove public handleLocalBehaviour
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent 45d2d0d commit 9886842

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ object UploadErrorNotificationManager {
9898
Log_OC.d(TAG, "🔔" + "notification created")
9999

100100
withContext(Dispatchers.Main) {
101+
102+
// if error code is file specific show new notification for each file
101103
if (result.code.isFileSpecificError()) {
102104
notificationManager.showNotification(operation.ocUploadId.toInt(), notification)
103105
} else {

0 commit comments

Comments
 (0)