mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Reset on copy
This commit is contained in:
@@ -1058,6 +1058,9 @@ public class FragmentIdentity extends FragmentBase {
|
||||
|
||||
@Override
|
||||
protected void onExecuted(Bundle args, final EntityIdentity identity) {
|
||||
if (copy > 0 && identity != null)
|
||||
identity.last_connected = null;
|
||||
|
||||
if (savedInstanceState == null) {
|
||||
etName.setText(identity == null ? null : identity.name);
|
||||
etEmail.setText(identity == null ? null : identity.email);
|
||||
|
||||
Reference in New Issue
Block a user