Skip to content

Commit

Permalink
Optimize sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyge committed Nov 27, 2016
1 parent b4f9145 commit 186e941
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public void run() {
} else {
AssemblyRecyclerAdapter adapter = new AssemblyRecyclerAdapter(responseObject.getImages());
adapter.addItemFactory(new StaggeredImageItemFactory(SearchFragment.this));
adapter.setLoadMoreItem(new LoadMoreItemFactory(SearchFragment.this));
adapter.setLoadMoreItem(new LoadMoreItemFactory(SearchFragment.this).fullSpan(recyclerView));
setAdapter(adapter);

new Handler().postDelayed(new Runnable() {
Expand Down

0 comments on commit 186e941

Please sign in to comment.