From 54ed428363cc8df1e7466108b30007787283c909 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, 19 Jun 2024 14:26:00 +0900 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kidshift/feature/debug/DebugDialogCallFragment.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/feature/debug/src/main/java/one/nem/kidshift/feature/debug/DebugDialogCallFragment.java b/feature/debug/src/main/java/one/nem/kidshift/feature/debug/DebugDialogCallFragment.java index 255e98e..4ccc27c 100644 --- a/feature/debug/src/main/java/one/nem/kidshift/feature/debug/DebugDialogCallFragment.java +++ b/feature/debug/src/main/java/one/nem/kidshift/feature/debug/DebugDialogCallFragment.java @@ -23,4 +23,11 @@ public class DebugDialogCallFragment extends Fragment { // Inflate the layout for this fragment return inflater.inflate(R.layout.fragment_debug_dialog_call, container, false); } + + @Override + public void onViewCreated(View view, Bundle savedInstanceState) { + super.onViewCreated(view, savedInstanceState); + + // ここに書く + } } \ No newline at end of file