diff options
| author | Dianne Hackborn <hackbod@android.com> | 2013-05-26 00:05:05 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2013-05-26 00:05:05 -0700 |
| commit | 4e73e8a817ff99a19ba9ed6fa68754007731406d (patch) | |
| tree | b4cd85b7e18393bfa68c682a990f86b6d88f34b8 /core/java | |
| parent | 89eed125590c6286fa64e9074e95196c8cc4bd27 (diff) | |
| parent | 95b79966934864f1e81329de92562ee387ff5700 (diff) | |
am 95b79966: am 0a40bef9: Merge "Fix CalendarView to show the month title properly."
* commit '95b79966934864f1e81329de92562ee387ff5700':
Fix CalendarView to show the month title properly.
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/widget/CalendarView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/CalendarView.java b/core/java/android/widget/CalendarView.java index 361eca4d3399..a19c6a813fe2 100644 --- a/core/java/android/widget/CalendarView.java +++ b/core/java/android/widget/CalendarView.java @@ -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. |
