From f2c4e43b987e81623129171f059425b4e8393311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Tue, 23 Jul 2024 12:15:33 +0900 Subject: [PATCH] Setter --- .../java/one/nem/kidshift/wallet/HistoryItemListAdapter.java | 5 +++++ 1 file changed, 5 insertions(+) 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()) {