TF-3410 Fix wrong text style avatar icon
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -103,7 +103,7 @@ class PresentationEmail with EquatableMixin, SearchSnippetMixin {
|
||||
|
||||
String getAvatarText() {
|
||||
if (getSenderName().isNotEmpty) {
|
||||
return getSenderName().firstLetterToUpperCase;
|
||||
return getSenderName().firstCharacterToUpperCase;
|
||||
}
|
||||
return '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user