Commit 77134731 authored by atharvkotwal's avatar atharvkotwal

Number of followers increase/decrease on clicking follow in body

parent ac877b7a
......@@ -125,7 +125,6 @@ public class NewsFragment extends BaseFragment {
public void run(Activity pActivity) {
try {
newsRecyclerView = getActivity().findViewById(R.id.news_recycler_view);
newsRecyclerView.setAdapter(newsAdapter);
newsRecyclerView.setLayoutManager(new LinearLayoutManager(getContext()));
newsRecyclerView.addOnScrollListener(new RecyclerView.OnScrollListener() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment