mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 17:53:14 +00:00
Log一覧フラグメント実装WIP
This commit is contained in:
parent
5c83c8fe13
commit
dc516bc083
|
@ -8,13 +8,23 @@ 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