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