Open marioguerriero opened 9 years ago
In the RecyclerView documentation you shoul change the line
recyclerView.setOnScrollListener((RecyclerView.OnScrollListener)touchListener.makeScrollListener());
to
recyclerView.addOnScrollListener((RecyclerView.OnScrollListener)touchListener.makeScrollListener());
so that you won't use deprecated APIs.
In the RecyclerView documentation you shoul change the line
to
so that you won't use deprecated APIs.