Skip to content

Commit

Permalink
Fix timePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
Altonss committed Dec 6, 2023
1 parent f0e703a commit 99c625e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ class TimeDateFragment : DialogFragment(), OnDateSetListener, OnTimeChangedListe
}
}


private fun showDate(c: Calendar) {
val now = Calendar.getInstance()
dateView.text = when {
Expand Down

0 comments on commit 99c625e

Please sign in to comment.