This commit is contained in:
ろむねこ 2024-06-19 14:26:00 +09:00
parent 031fd8c5b6
commit 54ed428363
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -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);
// ここに書く
}
}