Skip to content

Commit

Permalink
Fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviuvsp committed Oct 8, 2024
1 parent b91476c commit cb15e92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ fun EditDateTimeScreen(
cancelButtonText = stringResource(id = R.string.button_cancel),
onConfirm = {
openAlertDialog.value = false
viewModel.updateDate(dateString = "${selectedDate}T${selectedTime}")
viewModel.updateDate(dateString = "$selectedDate $selectedTime")
}) {
openAlertDialog.value = false
}
Expand Down

0 comments on commit cb15e92

Please sign in to comment.