react-native-datetime icon indicating copy to clipboard operation
react-native-datetime copied to clipboard

Android 5.0.x Timepicker callback problem

Open JedrzejMajko opened this issue 9 years ago • 0 comments

TimePicker's OnTimeChangedListener do not fire on Android 5.0.x. Validation of time must be done in onClick method to make it work.

Bug: https://code.google.com/p/android/issues/detail?id=78861

JedrzejMajko avatar Jul 21 '16 12:07 JedrzejMajko