Small improvement

This commit is contained in:
M66B 2021-07-16 17:02:19 +02:00
parent 7316715e98
commit 3e5c9c79f8
1 changed files with 1 additions and 1 deletions

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";
}
}
}