mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
parent
cda0974d99
commit
f45900b464
|
@ -18,8 +18,6 @@ import javax.inject.Inject;
|
|||
|
||||
import one.nem.lacerta.utils.repository.DeviceInfoUtils;
|
||||
|
||||
import one.nem.lacerta.data.Document;
|
||||
|
||||
|
||||
/**
|
||||
* A simple {@link Fragment} subclass.
|
||||
|
@ -97,9 +95,5 @@ 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);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user