mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
DIテスト
This commit is contained in:
parent
6373bd1f47
commit
ce757da3c0
|
@ -8,6 +8,9 @@ import android.view.LayoutInflater;
|
||||||
import android.view.View;
|
import android.view.View;
|
||||||
import android.view.ViewGroup;
|
import android.view.ViewGroup;
|
||||||
import android.widget.Button;
|
import android.widget.Button;
|
||||||
|
import android.widget.Toast;
|
||||||
|
|
||||||
|
import one.nem.lacerta.data.repository.TestData;
|
||||||
|
|
||||||
import javax.inject.Inject;
|
import javax.inject.Inject;
|
||||||
|
|
||||||
|
@ -19,7 +22,7 @@ import javax.inject.Inject;
|
||||||
public class DebugMenuFragment extends Fragment {
|
public class DebugMenuFragment extends Fragment {
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
|
TestData testData;
|
||||||
|
|
||||||
// TODO: Rename parameter arguments, choose names that match
|
// TODO: Rename parameter arguments, choose names that match
|
||||||
// the fragment initialization parameters, e.g. ARG_ITEM_NUMBER
|
// the fragment initialization parameters, e.g. ARG_ITEM_NUMBER
|
||||||
|
@ -75,8 +78,8 @@ public class DebugMenuFragment extends Fragment {
|
||||||
Button button = view.findViewById(R.id.button_di_test);
|
Button button = view.findViewById(R.id.button_di_test);
|
||||||
// Lambda
|
// Lambda
|
||||||
button.setOnClickListener(v -> {
|
button.setOnClickListener(v -> {
|
||||||
|
Toast.makeText(getContext(), testData.getTestData(), Toast.LENGTH_SHORT).show();
|
||||||
}
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user