OSDN Git Service

b/1972231 A tweak to improve on going to a specific time in the agenda view e.g....
authorMichael Chan <mchan@android.com>
Thu, 1 Oct 2009 07:21:59 +0000 (00:21 -0700)
committerMichael Chan <mchan@android.com>
Thu, 1 Oct 2009 07:21:59 +0000 (00:21 -0700)
commit088a7d0d8c4d0652a42b8bbeb940421cea5ad8dc
tree147895b52d1dc89309962a3a1ea2ac84d49c6957
parentc89f750e654ce04c22bea56ccb8cddcf634b986b
b/1972231 A tweak to improve on going to a specific time in the agenda view e.g. from weekview or widget.

The root problem is that ListView ignores my setSelection() call if
notifyDataSetChange is called before it has a chance to redraw.  This can happen
when Agenda view starts up and fires off multiple queries.

Change-Id: I30c382432961dbf2d7788723343764b51a665657
src/com/android/calendar/AgendaWindowAdapter.java