From c6ee2dc75ea44e7450cdef7d00e33c4e76ac8c15 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 13:02:29 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF=E3=83=9C?= =?UTF-8?q?=E3=83=83=E3=82=AF=E3=82=B9=E3=82=92=E5=85=A8=E9=83=A8=E9=9A=A0?= =?UTF-8?q?=E3=81=99=E3=83=95=E3=83=A9=E3=82=B0=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../one/nem/kidshift/wallet/HistoryItemListAdapter.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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