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

Commit ab5e0895 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "Fix bug #12467741 Java crash in com.android.settings:...

Merge "Fix bug #12467741 Java crash in com.android.settings: java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification."
parents ef4aad22 ba4d2a08
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1638,6 +1638,7 @@ public class CalendarView extends FrameLayout {
                        || mMaxDate.get(Calendar.DAY_OF_WEEK) != mFirstDayOfWeek) {
                    mTotalWeekCount++;
                }
                notifyDataSetChanged();
            }

            /**