Skip to content

Commit

Permalink
Refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Oct 10, 2021
1 parent 3d984ba commit 9bc5605
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ public AppsAdapterPreloadModel(Fragment f, boolean isBottomSheet) {
this.isBottomSheet = isBottomSheet;
}

public void setItemList(List<String> items) {
this.items = items;
}

public void addItem(String item) {
if (items == null) {
items = new ArrayList<>();
Expand Down

0 comments on commit 9bc5605

Please sign in to comment.