いろいろ

This commit is contained in:
r-ca 2024-01-07 16:26:46 +09:00
parent 4d72fc10bf
commit c9eda4837b
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -35,6 +35,8 @@ public class DebugMenuDocProcessorTesterFragment extends Fragment {
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
// Inflate the layout for this fragment
return inflater.inflate(R.layout.fragment_debug_menu_doc_processor_tester, container, false);
View view = inflater.inflate(R.layout.fragment_debug_menu_doc_processor_tester, container, false);
return view;
}
}