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 da8fc49..ab93a0f 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 @@ -167,6 +167,7 @@ public class HistoryItemListAdapter extends RecyclerView.Adapter { if (holder.historyItemCheckBox.isShown()) { historyData.setChecked(isChecked); + callback.onCheckBoxChanged(); } }); if (holder instanceof MonthHeaderViewHolder) {