Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
commandiron committed Oct 12, 2022
1 parent 1ad7cde commit 6e3f9c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ ExpandableHorizontalPager(
iconOnTop = true
)
},
hiddenContent = { page ->
HiddenContent(page)
}
HiddenContent(
title = films[page].title,
overview = films[page].overview
)
)
```

Expand Down

0 comments on commit 6e3f9c4

Please sign in to comment.