Accidentally deleted 'tasks.'

pull/820/head
Alex Baker 7 years ago
parent 39b049278a
commit 3217627907

@ -41,7 +41,7 @@ import timber.log.Timber;
public class TaskListViewModel extends ViewModel {
private static final Field TASKS = field("*");
private static final Field TASKS = field("tasks.*");
private static final StringProperty GTASK =
new StringProperty(null, GTASK_METADATA_JOIN + ".list_id").as("googletask");
private static final StringProperty CALDAV =

Loading…
Cancel
Save