summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chan <mchan@android.com>2011-12-06 18:20:17 -0800
committerMichael Chan <mchan@android.com>2011-12-06 18:20:17 -0800
commitd9c9a548ea5b0862482b6079c2e1a581c4f6b899 (patch)
treed0b2855292ce86c72310522f9de30517c1a882aa
parentb19d2b5e582e7d389e3c94165e9b3b79b5dfbe00 (diff)
downloadCalendar-d9c9a548ea5b0862482b6079c2e1a581c4f6b899.tar.gz
Fixed the problem where scroll has no momentum after a goto (today).
To repo: Go to day or week view. Scroll forward 2 days. Hit Today. Scroll up or down. Bug: 5683909 Change-Id: Ia70d64daf7eb7c81b25418e50a0998b7f227da6e
-rw-r--r--src/com/android/calendar/DayFragment.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/calendar/DayFragment.java b/src/com/android/calendar/DayFragment.java
index e3ef6946..2ba8dbfe 100644
--- a/src/com/android/calendar/DayFragment.java
+++ b/src/com/android/calendar/DayFragment.java
@@ -201,6 +201,7 @@ public class DayFragment extends Fragment implements CalendarController.EventHan
mViewSwitcher.showNext();
next.requestFocus();
next.updateTitle();
+ next.restartCurrentTimeUpdates();
}
}