Animate month changes

pull/996/head
Alex Baker 6 years ago
parent a4a42fc78d
commit b3eb252e2e

@ -144,7 +144,7 @@ class DateTimePicker : InjectingBottomSheetDialogFragment() {
binding.shortcuts.timeGroup.check(R.id.no_time)
}
if (atLeastMarshmallow() && selected != null) {
binding.calendarView.setDate(selected!!.millis, false, true)
binding.calendarView.setDate(selected!!.millis, true, true)
}
}

Loading…
Cancel
Save