mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
クラス変数作成
This commit is contained in:
parent
b683c311df
commit
2b4a24de7c
|
@ -161,7 +161,7 @@ public class ScannerDataManagerStubFragment extends Fragment {
|
|||
Toast.makeText(getActivity(), "documentDetail is null", Toast.LENGTH_LONG).show();
|
||||
return;
|
||||
}
|
||||
DocumentProcessor documentProcessor = documentProcessorFactory.create(this.documentDetail);
|
||||
this.documentProcessor = documentProcessorFactory.create(this.documentDetail);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user