mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-06 01:00:47 +00:00
DebugMenuにDocumentDebugをInjectionした
This commit is contained in:
parent
efb4a9f8a2
commit
c3eb16af85
@ -18,6 +18,8 @@ import javax.inject.Inject;
|
||||
|
||||
import one.nem.lacerta.utils.repository.DeviceInfoUtils;
|
||||
|
||||
import one.nem.lacerta.data.DocumentDebug; // Debug
|
||||
|
||||
|
||||
/**
|
||||
* A simple {@link Fragment} subclass.
|
||||
@ -30,6 +32,8 @@ public class DebugMenuFragment extends Fragment {
|
||||
@Inject
|
||||
DeviceInfoUtils deviceInfoUtils;
|
||||
|
||||
@Inject
|
||||
DocumentDebug documentDebug; // Debug
|
||||
|
||||
public DebugMenuFragment() {
|
||||
// Required empty public constructor
|
||||
|
Loading…
x
Reference in New Issue
Block a user