diff --git a/feature/debug/src/main/java/one/nem/lacerta/feature/debug/DebugMenuFragment.java b/feature/debug/src/main/java/one/nem/lacerta/feature/debug/DebugMenuFragment.java index 68227502..85535412 100644 --- a/feature/debug/src/main/java/one/nem/lacerta/feature/debug/DebugMenuFragment.java +++ b/feature/debug/src/main/java/one/nem/lacerta/feature/debug/DebugMenuFragment.java @@ -18,6 +18,8 @@ import javax.inject.Inject; import one.nem.lacerta.utils.repository.DeviceInfoUtils; +import one.nem.lacerta.data.Document; + /** * A simple {@link Fragment} subclass. @@ -95,5 +97,9 @@ public class DebugMenuFragment extends Fragment { Navigation.findNavController(view).navigate(R.id.action_debugMenuFragment_to_debugRepositoryDebuggerFragment); }); + view.findViewById(R.id.btn_debug_menu_insert_test_data).setOnClickListener(v -> { + Navigation.findNavController(view).navigate(R.id.action_debugMenuFragment_to_debugInsertTestDataFragment); + } + } } \ No newline at end of file