Backward compatibility

This commit is contained in:
M66B 2019-03-26 06:52:46 +00:00
parent 94574480ac
commit 0960b28e02
1 changed files with 10 additions and 8 deletions

View File

@ -702,6 +702,7 @@ public class ActivitySetup extends ActivityBilling implements FragmentManager.On
}
// Contacts
if (jaccount.has("contacts")) {
JSONArray jcontacts = jaccount.getJSONArray("contacts");
for (int c = 0; c < jcontacts.length(); c++) {
JSONObject jcontact = (JSONObject) jcontacts.get(c);
@ -712,6 +713,7 @@ public class ActivitySetup extends ActivityBilling implements FragmentManager.On
Log.i("Imported contact=" + contact);
}
}
}
// Update swipe left/right
db.account().updateAccount(account);