Merge "Fix CalendarView to show the month title properly."

This commit is contained in:
Dianne Hackborn
2013-05-26 06:58:14 +00:00
committed by Gerrit Code Review

View File

@@ -247,7 +247,7 @@ public class CalendarView extends FrameLayout {
/**
* Which month should be displayed/highlighted [0-11].
*/
private int mCurrentMonthDisplayed;
private int mCurrentMonthDisplayed = -1;
/**
* Used for tracking during a scroll.