oday
09/24/2018, 7:40 PMsearchHistoryRecyclerAdapter = 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