mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-03 10:16:45 +00:00
Use display name for identity selector
This commit is contained in:
parent
538a4875e6
commit
8cb1e7fe2f
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class FragmentDialogSelectIdentity extends FragmentDialogBase {
|
|||
tv.setPadding(0, vpad, 0, vpad);
|
||||
|
||||
vwColor.setBackgroundColor(identity.color == null ? Color.TRANSPARENT : identity.color);
|
||||
tv.setText(identity.name);
|
||||
tv.setText(identity.getDisplayName());
|
||||
|
||||
return view;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue