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

Commit 0a40bef9 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Gerrit Code Review
Browse files

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

parents f9b41efe f537c9b5
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.