friends_list_recycler.apply {
setHasFixedSize(true)
layoutManager = LinearLayoutManager(this.context)
adapter = friendsListAdapter
}
и все падает с NPE на setHasFixedSize
как быть?
подозреваю, что надо view.riends_list_recycler.apply
Обсуждают сегодня