Use semicolon to separate account/email

pull/212/head
M66B 3 years ago
parent 6449273f0d
commit cfc0f0088d

@ -79,7 +79,7 @@ public class AdapterIdentitySelect extends ArrayAdapter<TupleIdentityEx> {
text1.setText(identity.getDisplayName() + " <" + identity.email + ">"); text1.setText(identity.getDisplayName() + " <" + identity.email + ">");
else { else {
text1.setText(identity.getDisplayName() + (identity.primary ? " ★" : "")); text1.setText(identity.getDisplayName() + (identity.primary ? " ★" : ""));
text2.setText(identity.accountName + "/" + identity.email); text2.setText(identity.accountName + ":" + identity.email);
} }
tvExtra.setText( tvExtra.setText(

Loading…
Cancel
Save