mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
adding missing super
This commit is contained in:
parent
5df47fba53
commit
58d9da5bd2
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue