Commit b7a89948 authored by Michael Chan's avatar Michael Chan Committed by Android Git Automerger
Browse files

am 63d62276: am d9c9a548: Fixed the problem where scroll has no momentum after a goto (today).

* commit '63d62276':
  Fixed the problem where scroll has no momentum after a goto (today).
parents 5041871b 63d62276
......@@ -201,6 +201,7 @@ public class DayFragment extends Fragment implements CalendarController.EventHan
mViewSwitcher.showNext();
next.requestFocus();
next.updateTitle();
next.restartCurrentTimeUpdates();
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment