yschimke
05/20/2022, 7:50 AMDatePicker(
date = time.toLocalDate(),
onDateConfirm = {
time = time.toLocalTime().atDate(it)
navController.popBackStack()
}
)
John Nichol
05/20/2022, 8:18 AMZoltan Demant
05/21/2022, 6:57 AMonDateConfirm
above. I can always build this myself, but similar to how Im leaning on the compose-material library, Id love to do the same here if possible!yschimke
05/21/2022, 7:53 AM