Skip to content

Commit

Permalink
Merge pull request #879 from rkowase/refactor/remove_unused_variable_…
Browse files Browse the repository at this point in the history
…from_hours

[Refactoring] Remove unused variable from Hours
  • Loading branch information
takahirom authored Oct 8, 2022
2 parents ccbf678 + 016e574 commit 8e54bfb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ private data class HoursItemLayout(
val width = with(density) { hoursWidth.roundToPx() }
val left = 0
val top = index * height + topOffset - itemOffset
val right = left + width
val bottom = top + height

fun isVisible(
Expand Down

0 comments on commit 8e54bfb

Please sign in to comment.