commit | 0ba2d4782c62df6538399f80a91abe3867c449df | [log] [tgz] |
---|---|---|
author | Nicholas Killewald <captainspam@gmail.com> | Mon May 03 02:17:08 2010 -0400 |
committer | Jean-Baptiste Queru <jbq@google.com> | Tue May 04 11:48:22 2010 -0700 |
tree | 33d14cb9d04742adb7d45b1ab0fb732fb64fa53f | |
parent | 5bc30057e0e323da84f131cecec7244e89cd9829 [diff] |
Fixed deserialization problem in DatePicker. During onRestoreInstanceState for DatePicker, the internal state of the widget is restored properly (thus setting the internal year, month, and day), but the spinners aren't visually updated to that state immediately. That is to say, the internal state of the widget doesn't match the spinners in that case, which can cause confusion. Change-Id: I96d1a299d0ee159d41450470acb30a3bf6006d44