mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Reset on copy
This commit is contained in:
@@ -1408,6 +1408,9 @@ public class FragmentAccount extends FragmentBase {
|
||||
|
||||
@Override
|
||||
protected void onExecuted(Bundle args, final EntityAccount account) {
|
||||
if (copy > 0 && account != null)
|
||||
account.last_connected = null;
|
||||
|
||||
// Get providers
|
||||
List<EmailProvider> providers = EmailProvider.loadProfiles(getContext());
|
||||
providers.add(0, new EmailProvider(getString(R.string.title_select)));
|
||||
|
||||
Reference in New Issue
Block a user