Skip to content

Commit

Permalink
fix: sample fixage
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZyLegenD committed Nov 4, 2020
1 parent aaa8f26 commit 460abe0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ class MainAbstractActivity : AppCompatActivity() {
}

private val exampleGeneratedAdapter by lazy {
generateRecycler<TestModel, TestViewHolderShimmer, CustomizableCardViewBinding>(TestViewHolderShimmer::class.java,
generateRecycler<TestModel, TestViewHolderShimmer, CustomizableCardViewBinding>(
::TestViewHolderShimmer,
CustomizableCardViewBinding::inflate) { item, holder, _, _ ->
holder.bind(item)
}
Expand Down

0 comments on commit 460abe0

Please sign in to comment.