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

Commit 145b0fa7 authored by Aurimas Liutikas's avatar Aurimas Liutikas Committed by android-build-merger
Browse files

Merge "Fix TimePickerDialog positive button clicks." into oc-dev

am: 87c727a1

Change-Id: I805b62533328677b4c0b4b5b98ce29eabeab8b4d
parents 5de2e7df 87c727a1
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -151,10 +151,7 @@ public class TimePickerDialog extends AlertDialog implements OnClickListener,
            @Override
            public void onClick(View view) {
                if (mTimePicker.validateInput()) {
                    if (mTimeSetListener != null) {
                        mTimeSetListener.onTimeSet(mTimePicker, mTimePicker.getCurrentHour(),
                                mTimePicker.getCurrentMinute());
                    }
                    TimePickerDialog.this.onClick(TimePickerDialog.this, BUTTON_POSITIVE);
                    dismiss();
                }
            }