This commit is contained in:
rca 2024-07-06 15:38:07 +09:00
parent ad8b388101
commit a167d8495b

View File

@ -73,9 +73,11 @@ public class CommonHomeFragment extends Fragment {
taskListItemAdapter = new TaskListItemAdapter();
taskListItemAdapter.setCallback((taskId, taskName) -> {
if (isChildMode) {
// 確認ダイアログ呼び出し
if (showConfirmDialog(taskName)) {
// タスク完了処理
}
} else {
// 子供選択ダイアログ呼び出し
showChildSelectDialog();
}
});