Skip to content

Commit

Permalink
update override parameter name to match interface
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Oct 4, 2023
1 parent b249e59 commit 537ad03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ internal class TipPageAdapter @AssistedInject internal constructor(
override fun getItemCount() = tip?.pages?.size ?: 0

// region Lifecycle
override fun onChanged(t: Tip?) {
tip = t
override fun onChanged(value: Tip?) {
tip = value
}

override fun onCreateViewDataBinding(parent: ViewGroup, viewType: Int) =
Expand Down

0 comments on commit 537ad03

Please sign in to comment.