mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-22 23:30:24 +01:00
adding missing super
This commit is contained in:
parent
5df47fba53
commit
58d9da5bd2
@ -31,6 +31,7 @@ abstract class SplashCarouselItem : VectorEpoxyModel<SplashCarouselItem.Holder>(
|
||||
lateinit var item: SplashCarouselState.Item
|
||||
|
||||
override fun bind(holder: Holder) {
|
||||
super.bind(holder)
|
||||
holder.view.setBackgroundResource(item.pageBackground)
|
||||
holder.image.setImageResource(item.image)
|
||||
holder.title.text = item.title
|
||||
|
Loading…
Reference in New Issue
Block a user