Use semicolon to separate account/email

This commit is contained in:
M66B
2023-02-04 10:59:06 +01:00
parent 6449273f0d
commit cfc0f0088d

View File

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