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

Commit fc24982a authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by android code review
Browse files

Merge "Call onTimeChanged when AM/PM changed."

parents 44c1f012 f821ce75
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -212,6 +212,7 @@ public class TimePicker extends FrameLayout {
                    button.requestFocus();
                    mIsAm = !mIsAm;
                    updateAmPmControl();
                    onTimeChanged();
                }
            });
        } else {
@@ -226,6 +227,7 @@ public class TimePicker extends FrameLayout {
                    picker.requestFocus();
                    mIsAm = !mIsAm;
                    updateAmPmControl();
                    onTimeChanged();
                }
            });
            mAmPmSpinnerInput = (EditText) mAmPmSpinner.findViewById(R.id.numberpicker_input);