Merge "Update day of week labels when setting month params in SimpleMonthView" into nyc-dev
am: d51afa4
* commit 'd51afa4525659658b9dbce381761e37a9b931d55':
Update day of week labels when setting month params in SimpleMonthView
Change-Id: I5f0d84e29b69ecbb2b0a86d7859bb614baddc4c0
This commit is contained in:
@@ -849,10 +849,12 @@ class SimpleMonthView extends View {
|
||||
mEnabledDayStart = MathUtils.constrain(enabledDayStart, 1, mDaysInMonth);
|
||||
mEnabledDayEnd = MathUtils.constrain(enabledDayEnd, mEnabledDayStart, mDaysInMonth);
|
||||
|
||||
updateMonthYearLabel();
|
||||
updateDayOfWeekLabels();
|
||||
|
||||
// Invalidate cached accessibility information.
|
||||
mTouchHelper.invalidateRoot();
|
||||
|
||||
updateMonthYearLabel();
|
||||
invalidate();
|
||||
|
||||
if (DEBUG_WRONG_DATE) {
|
||||
Log.d(LOG_TAG, "mMonth = " + mMonth);
|
||||
|
||||
Reference in New Issue
Block a user