Skip to content

Commit 7f8a2c2

Browse files
Fix line too long
1 parent 6259040 commit 7f8a2c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/com/infomaniak/mail/workers/DraftsActionsWorker.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,8 @@ class DraftsActionsWorker @AssistedInject constructor(
304304

305305
SentryDebug.addAttachmentsBreadcrumb(draft, step = "executeDraftAction (action = ${draft.action?.name.toString()})")
306306

307-
// TODO: Remove this whole `draft.attachments.any { … }` + `addAttachmentsBreadcrumb()` when the Attachments issue is fixed.
307+
// TODO: Remove this whole `draft.attachments.any { … }` + `addAttachmentsBreadcrumb()`
308+
// when the Attachments issue is fixed.
308309
if (draft.attachments.any { it.uploadStatus != UploadStatus.FINISHED }) {
309310

310311
Sentry.captureMessage(

0 commit comments

Comments
 (0)