mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 08:23:15 +00:00
アノテーション忘れ修正
This commit is contained in:
parent
02f1ac13cf
commit
21f2f55531
|
@ -9,6 +9,7 @@ import android.view.View;
|
||||||
import android.view.ViewGroup;
|
import android.view.ViewGroup;
|
||||||
import android.widget.EditText;
|
import android.widget.EditText;
|
||||||
|
|
||||||
|
import dagger.hilt.android.AndroidEntryPoint;
|
||||||
import one.nem.lacerta.source.file.FileManager;
|
import one.nem.lacerta.source.file.FileManager;
|
||||||
import one.nem.lacerta.source.file.factory.FileManagerFactory;
|
import one.nem.lacerta.source.file.factory.FileManagerFactory;
|
||||||
|
|
||||||
|
@ -23,6 +24,7 @@ import javax.inject.Inject;
|
||||||
* Use the {@link DebugMenuFileManagerTesterFragment#newInstance} factory method to
|
* Use the {@link DebugMenuFileManagerTesterFragment#newInstance} factory method to
|
||||||
* create an instance of this fragment.
|
* create an instance of this fragment.
|
||||||
*/
|
*/
|
||||||
|
@AndroidEntryPoint
|
||||||
public class DebugMenuFileManagerTesterFragment extends Fragment {
|
public class DebugMenuFileManagerTesterFragment extends Fragment {
|
||||||
|
|
||||||
public DebugMenuFileManagerTesterFragment() {
|
public DebugMenuFileManagerTesterFragment() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user