アノテーション忘れ修正

This commit is contained in:
ろむねこ 2023-12-21 16:55:50 +09:00 committed by r-ca
parent 85c419c3ea
commit 7cb5b1ca7c
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -9,6 +9,7 @@ import android.view.View;
import android.view.ViewGroup;
import android.widget.EditText;
import dagger.hilt.android.AndroidEntryPoint;
import one.nem.lacerta.source.file.FileManager;
import one.nem.lacerta.source.file.factory.FileManagerFactory;
@ -23,6 +24,7 @@ import javax.inject.Inject;
* Use the {@link DebugMenuFileManagerTesterFragment#newInstance} factory method to
* create an instance of this fragment.
*/
@AndroidEntryPoint
public class DebugMenuFileManagerTesterFragment extends Fragment {
public DebugMenuFileManagerTesterFragment() {