Skip to content

Commit

Permalink
Remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
maltaisn committed Aug 9, 2020
1 parent 0318d97 commit 17e7fc4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class RecurrencePickerFragment : Fragment(),
}

setupPeriodRelatedViews(context, view)
setupEndViews(context, view)
setupEndViews(view)
}

private fun setupPeriodRelatedViews(context: Context, view: View) {
Expand All @@ -195,7 +195,7 @@ class RecurrencePickerFragment : Fragment(),
}
}

private fun setupEndViews(context: Context, view: View) {
private fun setupEndViews(view: View) {
// End never
endNeverView = view.findViewById(R.id.rp_picker_end_never_view)
endNeverRadio = view.findViewById(R.id.rp_picker_end_never_radio)
Expand Down

0 comments on commit 17e7fc4

Please sign in to comment.