This commit is contained in:
r-ca 2023-12-17 13:39:36 +09:00
parent ea923aa884
commit b7fd424f33
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -132,7 +132,7 @@ public class DebugMenuFragment extends Fragment {
});
view.findViewById(R.id.btn_debug_menu_select_test_data).setOnClickListener(v -> {
// Placeholder
Navigation.findNavController(view).navigate(R.id.action_debugMenuFragment_to_debugDocumentManageFragment);
});
}
}