mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
7316715e98
commit
3e5c9c79f8
|
@ -501,7 +501,7 @@ public class ContactInfo {
|
|||
} else {
|
||||
info.bitmap = ImageHelper.generateLetterIcon(
|
||||
info.email, address.getPersonal(), dp, context);
|
||||
info.type = "generated";
|
||||
info.type = "letter";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue