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

Commit f537c9b5 authored by Ki-Hwan Lee's avatar Ki-Hwan Lee
Browse files

Fix CalendarView to show the month title properly.

Step to reproduce:
Do this test on a Tablet (i.e. do in multi-pane layout)
1. Settings > Date & time > Uncheck the Automatic date & time checkbox.
2. Select 'Set date' and set the month to January and Done.
3. Re-select 'Set date' then you will find no month title just above the calendar.

Change-Id: I2489b454a4526be13f1fbdc61a72edcd6b6942a0
parent e79af7df
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.