Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95b79966 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 0a40bef9: Merge "Fix CalendarView to show the month title properly."

* commit '0a40bef9':
  Fix CalendarView to show the month title properly.
parents c7322005 0a40bef9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.