Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20021c45 authored by Marten Gajda's avatar Marten Gajda
Browse files

Merge branch 'master' of https://github.com/dmfs/tasks into OSE

parents 7df1c54f da33bb9c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -358,7 +358,8 @@ public class TaskListWidgetUpdaterService extends RemoteViewsService
					null,
					TaskContract.Instances.VISIBLE + ">0 and " + TaskContract.Instances.IS_CLOSED + "=0 AND (" + TaskContract.Instances.INSTANCE_START + "<="
						+ System.currentTimeMillis() + " OR " + TaskContract.Instances.INSTANCE_START + " is null)", null,
					TaskContract.Instances.INSTANCE_DUE + " is null, " + TaskContract.Instances.DEFAULT_SORT_ORDER);
						TaskContract.Instances.INSTANCE_DUE + " is null, " + TaskContract.Instances.DEFAULT_SORT_ORDER + ", " +
						TaskContract.Instances.CREATED + " DESC");

				if (c != null)
				{