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

Commit be7b0ac4 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I30c38243 into eclair

* changes:
  b/1972231 A tweak to improve on going to a specific time in the agenda view e.g. from weekview or widget.
parents 6e9faeff 088a7d0d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -481,8 +481,7 @@ public class AgendaWindowAdapter extends BaseAdapter {
            return;
        }

        // Query for 2 days before the start day for a total of MIN_QUERY_DURATION days
        startDay -= 2;
        // Query for a total of MIN_QUERY_DURATION days
        int endDay = startDay + MIN_QUERY_DURATION;

        queueQuery(startDay, endDay, goToTime, QUERY_TYPE_CLEAN);