Skip to content

Commit

Permalink
* items fragment reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
Beloo authored and Beloo committed Dec 19, 2016
1 parent 9aa9aab commit 419ba05
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ private RecyclerView.Adapter createAdapter(Bundle savedInstanceState) {

List<String> items;
if (savedInstanceState == null) {
items = itemsFactory.getFewItems();
// items = itemsFactory.getFewItems();
// items = itemsFactory.getALotOfItems();
// items = itemsFactory.getItems();
items = itemsFactory.getItems();
} else {
items = savedInstanceState.getStringArrayList(EXTRA);
}
Expand Down

0 comments on commit 419ba05

Please sign in to comment.