mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 09:31:11 +01:00
Cleanup
This commit is contained in:
@@ -1408,9 +1408,6 @@ 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