am 4e73e8a8: am 95b79966: am 0a40bef9: Merge "Fix CalendarView to show the month title properly."

* commit '4e73e8a817ff99a19ba9ed6fa68754007731406d':
  Fix CalendarView to show the month title properly.
This commit is contained in:
Dianne Hackborn
2013-05-28 13:49:59 -07:00
committed by Android Git Automerger

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.