mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-25 18:35:06 +01:00
Use display name for identity selector
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user