mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 14:11:00 +00:00
Small improvement
This commit is contained in:
parent
7316715e98
commit
3e5c9c79f8
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ public class ContactInfo {
|
||||||
} else {
|
} else {
|
||||||
info.bitmap = ImageHelper.generateLetterIcon(
|
info.bitmap = ImageHelper.generateLetterIcon(
|
||||||
info.email, address.getPersonal(), dp, context);
|
info.email, address.getPersonal(), dp, context);
|
||||||
info.type = "generated";
|
info.type = "letter";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue