Fixed a bug where subtasks data could become corrupt after migration

pull/14/head
Sam Bosley 12 years ago
parent ae058ac5c3
commit 428e021327

@ -86,6 +86,7 @@ public class SubtasksListFragment extends TaskListFragment {
@Override
protected void refresh() {
initializeTaskListMetadata();
setUpTaskList();
}

Loading…
Cancel
Save