diff --git a/feature/wallet/src/main/java/one/nem/kidshift/wallet/HistoryItemListAdapter.java b/feature/wallet/src/main/java/one/nem/kidshift/wallet/HistoryItemListAdapter.java index 4940bd4..da8fc49 100644 --- a/feature/wallet/src/main/java/one/nem/kidshift/wallet/HistoryItemListAdapter.java +++ b/feature/wallet/src/main/java/one/nem/kidshift/wallet/HistoryItemListAdapter.java @@ -104,6 +104,7 @@ public class HistoryItemListAdapter extends RecyclerView.Adapter historyDataList) { this.historyDataList = new HistoryModelExtendedList(); @@ -112,6 +113,10 @@ public class HistoryItemListAdapter extends RecyclerView.Adapter getCheckedHistoryDataList() { List checkedHistoryDataList = new ArrayList<>(); for (HistoryModelExtended historyModelExtended : historyDataList.getList()) {