florent37 / SingleDateAndTimePicker

You can now select a date and a time with only one widget !
Apache License 2.0
1.02k stars 333 forks source link

Picker view flashes while opening date picker dialog #215

Open saggywaggy2012 opened 5 years ago

saggywaggy2012 commented 5 years ago

When opening SingleDateAndTimePickerDialog, the picker view randomly flashes in the center before animating up from the bottom of the screen.

Expected: The picker view animates smoothly from bottom of the screen.

To test:

SingleDateAndTimePickerDialog dialog = new SingleDateAndTimePickerDialog.Builder(this)
                .title("Enter date")
                .defaultDate(DateHelper.today())
                .build();
dialog.display();

Issue: date picker issue