Skip to content

Commit

Permalink
Update UniversalAdapterViewType.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal authored Apr 1, 2021
1 parent 01ba587 commit 0823db7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sealed class UniversalAdapterViewType {
@Deprecated("Using Common names, so not to confuse", ReplaceWith("listener"))
var mListener: Any? = null,
val listener: Any? = null,
val customBindingMapping: ((itemBinding: ViewDataBinding, item: T, , bindingAdapterPosition: Int) -> Unit)? = null
val customBindingMapping: ((itemBinding: ViewDataBinding, item: T, bindingAdapterPosition: Int) -> Unit)? = null
)

data class Loading<T>( @LayoutRes
Expand Down

0 comments on commit 0823db7

Please sign in to comment.