This commit is contained in:
ろむねこ 2024-07-23 12:22:22 +09:00
parent 4ba2677a15
commit ede51b124f
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -167,6 +167,7 @@ public class HistoryItemListAdapter extends RecyclerView.Adapter<HistoryItemList
holder.historyItemCheckBox.setOnCheckedChangeListener((buttonView, isChecked) -> {
if (holder.historyItemCheckBox.isShown()) {
historyData.setChecked(isChecked);
callback.onCheckBoxChanged();
}
});
if (holder instanceof MonthHeaderViewHolder) {