mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
parent
dc516bc083
commit
176d8da59d
|
@ -8,23 +8,13 @@ import android.view.LayoutInflater;
|
||||||
import android.view.View;
|
import android.view.View;
|
||||||
import android.view.ViewGroup;
|
import android.view.ViewGroup;
|
||||||
|
|
||||||
import javax.inject.Inject;
|
|
||||||
|
|
||||||
import dagger.hilt.android.AndroidEntryPoint;
|
|
||||||
import one.nem.lacerta.source.database.LacertaDatabase;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A simple {@link Fragment} subclass.
|
* A simple {@link Fragment} subclass.
|
||||||
* Use the {@link DebugMenuVcsLogRecordFragment#newInstance} factory method to
|
* Use the {@link DebugMenuVcsLogRecordFragment#newInstance} factory method to
|
||||||
* create an instance of this fragment.
|
* create an instance of this fragment.
|
||||||
*/
|
*/
|
||||||
@AndroidEntryPoint
|
|
||||||
public class DebugMenuVcsLogRecordFragment extends Fragment {
|
public class DebugMenuVcsLogRecordFragment extends Fragment {
|
||||||
|
|
||||||
@Inject
|
|
||||||
LacertaDatabase database;
|
|
||||||
|
|
||||||
|
|
||||||
public DebugMenuVcsLogRecordFragment() {
|
public DebugMenuVcsLogRecordFragment() {
|
||||||
// Required empty public constructor
|
// Required empty public constructor
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user