am 015b9e56: Merge "Cancel dialog when TimePickerDialog\'s BUTTON_NEGATIVE is clicked" into lmp-mr1-dev
* commit '015b9e56d4ad528dd406672ef6264c85e41a20fd': Cancel dialog when TimePickerDialog's BUTTON_NEGATIVE is clicked
This commit is contained in:
@@ -134,6 +134,9 @@ public class TimePickerDialog extends AlertDialog implements OnClickListener,
|
|||||||
mTimePicker.getCurrentMinute());
|
mTimePicker.getCurrentMinute());
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case BUTTON_NEGATIVE:
|
||||||
|
cancel();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user