Files
frameworks_base/core/java/android/app
Brian Muramatsu 87879e8ef9 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
2011-02-01 17:56:29 -08:00
..
2011-01-17 17:16:02 -08:00
2010-08-05 15:44:26 -07:00
999
2011-01-28 18:46:20 -08:00
2010-12-14 22:19:03 -08:00