Skip to content

Commit

Permalink
Small fix for end time picker.
Browse files Browse the repository at this point in the history
  • Loading branch information
hdweiss committed Mar 9, 2012
1 parent 00c5fbf commit ac17a10
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/com/matburt/mobileorg/Gui/Capture/DateTableRow.java
Expand Up @@ -225,9 +225,6 @@ public Dialog onCreateDialog(Bundle savedInstanceState) {

if(timeOfDay > 23)
timeOfDay = 0;
} else {
timeOfDay = 12;
minute = 0;
}

return new TimePickerDialog(getActivity(), callback, timeOfDay,
Expand Down

0 comments on commit ac17a10

Please sign in to comment.