DebugMenuにDocumentDebugをInjectionした

This commit is contained in:
ろむねこ 2023-12-14 11:58:51 +09:00
parent efb4a9f8a2
commit c3eb16af85
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.utils.repository.DeviceInfoUtils;
import one.nem.lacerta.data.DocumentDebug; // Debug
/** /**
* A simple {@link Fragment} subclass. * A simple {@link Fragment} subclass.
@ -30,6 +32,8 @@ public class DebugMenuFragment extends Fragment {
@Inject @Inject
DeviceInfoUtils deviceInfoUtils; DeviceInfoUtils deviceInfoUtils;
@Inject
DocumentDebug documentDebug; // Debug
public DebugMenuFragment() { public DebugMenuFragment() {
// Required empty public constructor // Required empty public constructor