Use display name for identity selector

pull/209/head
M66B 2 years ago
parent 538a4875e6
commit 8cb1e7fe2f

@ -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…
Cancel
Save