OSDN Git Service

Down arrow on the month can end up at the start of the month
authorSvetoslav Ganov <svetoslavganov@google.com>
Wed, 12 Jan 2011 01:57:08 +0000 (17:57 -0800)
committerSvetoslav Ganov <svetoslavganov@google.com>
Wed, 12 Jan 2011 01:59:32 +0000 (17:59 -0800)
commitd7419986ca79e5408f247fbfcad2c5dc2966a9e0
tree00723970a98d3944a44ea1ca7af1b6af47a8d1d8
parent9fafe4e0ebab270591a505f1f07fd2e5489a16f7
Down arrow on the month can end up at the start of the month

bug:3338078

1. The bug was that I was claculating delta month and day from
   the current date but was changing the latter in the middle
   thus causing inconsistent state.

Change-Id: Id3082b01778fc2b3116aa412aff3f12e9ebf0c97
core/java/android/widget/DatePicker.java