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 0bc77a1..21a37dd 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 @@ -105,6 +105,7 @@ public class HistoryItemListAdapter extends RecyclerView.Adapter historyDataList) { this.historyDataList = new HistoryModelExtendedList(); @@ -117,6 +118,10 @@ public class HistoryItemListAdapter extends RecyclerView.Adapter getCheckedHistoryDataList() { List checkedHistoryDataList = new ArrayList<>(); for (HistoryModelExtended historyModelExtended : historyDataList.getList()) { @@ -161,7 +166,7 @@ public class HistoryItemListAdapter extends RecyclerView.Adapter