Skip to content

Commit

Permalink
Non-null
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinTCoughlin committed Nov 29, 2024
1 parent 00a43c3 commit 4d0e467
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class EpisodesFragment : BinderRecyclerFragment<Item, EpisodeViewHolder>(), Call
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)

recyclerView?.apply {
recyclerView.apply {
setHasFixedSize(true)
layoutManager = this@EpisodesFragment.getLayoutManager()
adapter = this@EpisodesFragment.getAdapter()
Expand Down

0 comments on commit 4d0e467

Please sign in to comment.