セット忘れ修正

This commit is contained in:
rca 2024-07-09 05:16:30 +09:00
parent 722a66e1f0
commit 9f07171543

View File

@ -57,6 +57,8 @@ public class CommonSelectChildFragment extends Fragment {
logger.info("Clicked on child with id: " + taskId);
}
});
}).thenRun(() -> {
childListRecyclerView.setAdapter(adapter);
});
return view;