呼び出し変更

This commit is contained in:
ろむねこ 2024-07-23 10:33:39 +09:00
parent 9f1a9b64a9
commit 6496e218af
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -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 -> {