mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-15 03:49:09 +02:00
Small improvement
This commit is contained in:
@@ -907,8 +907,6 @@ public class FragmentOptionsBackup extends FragmentBase implements SharedPrefere
|
||||
}
|
||||
|
||||
if (import_accounts) {
|
||||
EntityAccount primary = db.account().getPrimaryAccount();
|
||||
|
||||
// Accounts
|
||||
JSONArray jaccounts = jimport.getJSONArray("accounts");
|
||||
for (int a = 0; a < jaccounts.length(); a++) {
|
||||
@@ -949,6 +947,7 @@ public class FragmentOptionsBackup extends FragmentBase implements SharedPrefere
|
||||
Long aid = account.id;
|
||||
account.id = null;
|
||||
|
||||
EntityAccount primary = db.account().getPrimaryAccount();
|
||||
if (primary != null)
|
||||
account.primary = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user