Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d26276d9 authored by Alan Viverette's avatar Alan Viverette
Browse files

Cancel dialog when TimePickerDialog's BUTTON_NEGATIVE is clicked

BUG: 18541882
Change-Id: I2ba4611e08ba08667ef5ee4fb556d1c9075ca6d2
parent bc3226e2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -134,6 +134,9 @@ public class TimePickerDialog extends AlertDialog implements OnClickListener,
                            mTimePicker.getCurrentMinute());
                }
                break;
            case BUTTON_NEGATIVE:
                cancel();
                break;
        }
    }