commit | 87879e8ef99e3e57b6c317e8579ebc39174327f7 | [log] [tgz] |
---|---|---|
author | Brian Muramatsu <btmura@google.com> | Tue Feb 01 17:23:52 2011 -0800 |
committer | Brian Muramatsu <btmura@google.com> | Tue Feb 01 17:56:29 2011 -0800 |
tree | dd6c678ea37f3fa4e81418deed5f7da8831f5983 | |
parent | 22ad6243d7c9081e4f1a13097cfa4638cf42c3fe [diff] |
Fix Incorrect Times in TimePickerDialog Bug 3414311 TimePicker#setCurrentHour subtracts 12 from the given hour if is24HourView returns false. TimePickerDialog calls setCurrentHour before setIs24HourView, so the 12 will always be substracted from the time. Reorder the statements so that TimePickerDialog sets is24HourView, before setting the hour and time. Change-Id: Ib997397b04dbdd767e67806aea7614426019e938