* commit '95b79966934864f1e81329de92562ee387ff5700': Fix CalendarView to show the month title properly.
This commit is contained in:
@@ -247,7 +247,7 @@ public class CalendarView extends FrameLayout {
|
|||||||
/**
|
/**
|
||||||
* Which month should be displayed/highlighted [0-11].
|
* Which month should be displayed/highlighted [0-11].
|
||||||
*/
|
*/
|
||||||
private int mCurrentMonthDisplayed;
|
private int mCurrentMonthDisplayed = -1;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Used for tracking during a scroll.
|
* Used for tracking during a scroll.
|
||||||
|
|||||||
Reference in New Issue
Block a user