* commit 'a91b052e16196436fcd3a24caa894718db4d10d6': Call onTimeChanged when AM/PM changed.
This commit is contained in:
committed by
Android Git Automerger
commit
f3d94b4425
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user