Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjapar committed Feb 1, 2020
1 parent 699c013 commit 424f49c
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,15 +330,6 @@ class CalendarPicker : RecyclerView {
)
}

private fun Calendar.withTime(date: Date) {
clear()
time = date
set(HOUR_OF_DAY, 0)
set(MINUTE, 0)
set(SECOND, 0)
set(MILLISECOND, 0)
}

internal data class SelectedDate(val day: CalendarEntity.Day, val position: Int)

enum class SelectionMode { SINGLE, RANGE }
Expand Down

0 comments on commit 424f49c

Please sign in to comment.