mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Use semicolon to separate account/email
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user