mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
グローバル変数作成
This commit is contained in:
parent
b159db97bb
commit
02d72ffa68
|
@ -55,6 +55,8 @@ public class ScannerDataManagerStubFragment extends Fragment {
|
||||||
|
|
||||||
private Uri photoURI;
|
private Uri photoURI;
|
||||||
|
|
||||||
|
private DocumentDetail documentDetail;
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
DocumentProcessorFactory documentProcessorFactory;
|
DocumentProcessorFactory documentProcessorFactory;
|
||||||
|
|
||||||
|
@ -143,7 +145,6 @@ public class ScannerDataManagerStubFragment extends Fragment {
|
||||||
Log.d("ScannerDataManagerStubFragment", "button_create_documnent clicked");
|
Log.d("ScannerDataManagerStubFragment", "button_create_documnent clicked");
|
||||||
Toast.makeText(getActivity(), "button_create_documnent clicked", Toast.LENGTH_LONG).show();
|
Toast.makeText(getActivity(), "button_create_documnent clicked", Toast.LENGTH_LONG).show();
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
view.findViewById(R.id.button_init_document_processor).setOnClickListener(v -> {
|
view.findViewById(R.id.button_init_document_processor).setOnClickListener(v -> {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user