From f192876b4ca4c295ba87d1d21c8fade7e24e6c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Wed, 24 Jul 2024 14:47:43 +0900 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E4=BE=9B=E3=83=A2=E3=83=BC=E3=83=89?= =?UTF-8?q?=E6=99=82=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF=E3=83=9C=E3=83=83?= =?UTF-8?q?=E3=82=AF=E3=82=B9=E3=81=8C=E8=A1=A8=E7=A4=BA=E3=81=95=E3=82=8C?= =?UTF-8?q?=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB?= 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, 2 insertions(+) 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 79084c6..4965404 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 @@ -106,6 +106,8 @@ public class WalletContentFragment extends Fragment { historyItemRecyclerView.setAdapter(historyItemListAdapter); historyItemRecyclerView.setLayoutManager(new LinearLayoutManager(requireContext())); + historyItemListAdapter.setHideCheckBox(userSettings.getAppCommonSetting().isChildMode()); + historyItemListAdapter.setCallback(() -> { if (historyItemListAdapter.hasChecked()) { fabManager.show();