From 6496e218afb1cff61e0e2f046237bdd29bac6cd4 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 10:33:39 +0900 Subject: [PATCH] =?UTF-8?q?=E5=91=BC=E3=81=B3=E5=87=BA=E3=81=97=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/one/nem/kidshift/wallet/WalletContentFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/wallet/src/main/java/one/nem/kidshift/wallet/WalletContentFragment.java b/feature/wallet/src/main/java/one/nem/kidshift/wallet/WalletContentFragment.java index 1b49dd2..3f4f1a6 100644 --- a/feature/wallet/src/main/java/one/nem/kidshift/wallet/WalletContentFragment.java +++ b/feature/wallet/src/main/java/one/nem/kidshift/wallet/WalletContentFragment.java @@ -121,7 +121,7 @@ public class WalletContentFragment extends Fragment { return null; }); - rewardData.getRewardHistoryList().thenAccept(historyList -> { // test + rewardData.getRewardHistoryList(childId).thenAccept(historyList -> { // test historyItemListAdapter.setHistoryDataList(historyList); historyItemListAdapter.notifyDataSetChanged(); }).exceptionally(throwable -> {