1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-21 21:57:19 +00:00

Small improvement

This commit is contained in:
M66B 2021-07-16 17:02:19 +02:00
parent 7316715e98
commit 3e5c9c79f8

View file

@ -501,7 +501,7 @@ public class ContactInfo {
} else {
info.bitmap = ImageHelper.generateLetterIcon(
info.email, address.getPersonal(), dp, context);
info.type = "generated";
info.type = "letter";
}
}
}