This commit is contained in:
ろむねこ 2023-12-14 11:43:28 +09:00
parent ec08358fcc
commit de1977e1ff
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -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);
}
}
}