mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 09:47:13 +00:00
Improved layout
This commit is contained in:
parent
1c1b7a4243
commit
eb5b756c48
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public class AdapterIdentity extends RecyclerView.Adapter<AdapterIdentity.ViewHo
|
|||
tvName.setText(identity.name);
|
||||
ivSync.setVisibility(identity.synchronize ? View.VISIBLE : View.INVISIBLE);
|
||||
tvAccount.setText(identity.accountName);
|
||||
tvEmail.setText(String.format("%s@%s:%d", identity.email, identity.host, identity.port));
|
||||
tvEmail.setText(String.format("%s/%s:%d", identity.email, identity.host, identity.port));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue