Commit 2534475 1 parent fa596d6 commit 2534475 Copy full SHA for 2534475
File tree 1 file changed +2
-3
lines changed
app/src/main/java/com/infomaniak/mail/utils
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -115,16 +115,15 @@ object SentryDebug {
115
115
fun format (index : Int ): String = (index + 1 ).countPad()
116
116
117
117
data[count() + " email" .keyPad()] = AccountUtils .currentMailboxEmail.toString()
118
+
118
119
data[count() + " draft" .keyPad() + " - localUuid" ] = localUuid
119
120
data[count() + " draft" .keyPad() + " - remoteUuid" ] = remoteUuid.toString()
120
121
data[count() + " draft" .keyPad() + " - action" ] = action?.name.toString()
121
-
122
- val draftMode = when {
122
+ data[count() + " draft" .keyPad() + " - mode" ] = when {
123
123
inReplyToUid != null -> " REPLY or REPLY_ALL"
124
124
forwardedUid != null -> " FORWARD"
125
125
else -> " NEW_MAIL"
126
126
}
127
- data[count() + " draft" .keyPad() + " - mode" ] = draftMode
128
127
129
128
data[count() + " attachments" .keyPad() + " - count" ] = attachments.count()
130
129
You can’t perform that action at this time.
0 commit comments