Fixed a bug with the metadata migration not working

pull/14/head
Sam Bosley 12 years ago
parent a307fa8093
commit 28f6f40e24

@ -95,6 +95,7 @@ public class Astrid44SyncMigrator {
try {
Metadata m = new Metadata();
for (incompleteMetadata.moveToFirst(); !incompleteMetadata.isAfterLast(); incompleteMetadata.moveToNext()) {
m.clear(); // Need this since some properties may be null
m.readFromCursor(incompleteMetadata);
boolean changes = false;

Loading…
Cancel
Save