We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1491304 commit caa05b0Copy full SHA for caa05b0
app/src/main/java/com/infomaniak/mail/utils/HtmlUtils.kt
@@ -31,7 +31,7 @@ object HtmlUtils {
31
fun <T> Document.processCids(
32
attachments: List<Attachment>,
33
associateDataToCid: (Attachment) -> T?,
34
- onCidImageFound: (T, Element) -> Unit
+ onCidImageFound: (T, Element) -> Unit,
35
) {
36
val attachmentsMap = attachments.associate {
37
it.contentId to associateDataToCid(it)
0 commit comments