Loading core/java/android/widget/DayPickerView.java +3 −3 Original line number Diff line number Diff line Loading @@ -107,10 +107,10 @@ class DayPickerView extends ListView implements AbsListView.OnScrollListener, mAdapter.setRange(mMinDate, mMaxDate); if (constrainCalendar(mSelectedDay, mMinDate, mMaxDate)) { // Changing the min/max date changes the selection position since we // don't really have stable IDs. goTo(mSelectedDay, false, true, true); } } /** * Constrains the supplied calendar to stay within the min and max Loading Loading
core/java/android/widget/DayPickerView.java +3 −3 Original line number Diff line number Diff line Loading @@ -107,10 +107,10 @@ class DayPickerView extends ListView implements AbsListView.OnScrollListener, mAdapter.setRange(mMinDate, mMaxDate); if (constrainCalendar(mSelectedDay, mMinDate, mMaxDate)) { // Changing the min/max date changes the selection position since we // don't really have stable IDs. goTo(mSelectedDay, false, true, true); } } /** * Constrains the supplied calendar to stay within the min and max Loading