Commit 9f50138f authored by Varun Patil's avatar Varun Patil

Fix comment, whitespace

parent 479e9021
......@@ -163,7 +163,7 @@ public class FeedFragment extends BaseFragment {
feedAdapter.notifyDataSetChanged();
}
// Initialize adapter if necessary
// Initialize RecyclerView if necessary
if (feedRecyclerView.getAdapter() != feedAdapter) {
initRecyclerView();
}
......@@ -179,7 +179,6 @@ public class FeedFragment extends BaseFragment {
public void run(Activity pActivity) {
try {
feedRecyclerView.setAdapter(feedAdapter);
} catch (NullPointerException e) {
e.printStackTrace();
}
......
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