am 53644fb5: am 015b9e56: Merge "Cancel dialog when TimePickerDialog\'s BUTTON_NEGATIVE is clicked" into lmp-mr1-dev
* commit '53644fb5acd394b875723b6483215ba837f8e6c0': 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