``` searchHistoryRecyclerAdapter = SearchHistoryRe...
# getting-started
o
Copy code
searchHistoryRecyclerAdapter = SearchHistoryRecyclerAdapter(
                searchHistoryResults
            ) {
                Utils.blurView(
                    activity?.findViewById(android.R.id.content)!!,
                    context!!,
                    layoutInflater,
                    false
                )

//                compositeDisposable.add(presenter.getWish(it.id, true))
            }
the Utils line never reaches to the actual code of the function inside, while that commented out line runs fine