mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-14 04:00:48 +00:00
Revert "WIP"
This reverts commit de1977e1ff549fd212534d2762ef03157f0478e0.
This commit is contained in:
parent
cda0974d99
commit
f45900b464
@ -18,8 +18,6 @@ import javax.inject.Inject;
|
|||||||
|
|
||||||
import one.nem.lacerta.utils.repository.DeviceInfoUtils;
|
import one.nem.lacerta.utils.repository.DeviceInfoUtils;
|
||||||
|
|
||||||
import one.nem.lacerta.data.Document;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A simple {@link Fragment} subclass.
|
* A simple {@link Fragment} subclass.
|
||||||
@ -97,9 +95,5 @@ public class DebugMenuFragment extends Fragment {
|
|||||||
Navigation.findNavController(view).navigate(R.id.action_debugMenuFragment_to_debugRepositoryDebuggerFragment);
|
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…
x
Reference in New Issue
Block a user