Skip to content

Commit

Permalink
Update NetverifyCustomScanFragment.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JumioMobileTeam committed Aug 12, 2020
1 parent 51cd6f7 commit 2dcfa6e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ public View onCreateView(@NonNull LayoutInflater inflater, ViewGroup container,
modeType = NetverifyCustomScanView.MODE_ID;
customScanView = root.findViewById(R.id.fragment_nv_custom_scan_view);
customScanView.setMode(modeType);
btnSkipNfc = root.findViewById(R.id.fragment_custom_scan_btn_skip_nfc);
btnSkipNfc.setOnClickListener(this);
}

btnCapture = root.findViewById(R.id.fragment_custom_scan_btn_capture);
btnCapture.setOnClickListener(this);
btnSkipNfc = root.findViewById(R.id.fragment_custom_scan_btn_skip_nfc);
btnSkipNfc.setOnClickListener(this);

loadingIndicator = root.findViewById(R.id.fragment_nv_custom_loading_indicator);
customConfirmationView = root.findViewById(R.id.fragment_nv_custom_confirmation_view);
Expand Down

0 comments on commit 2dcfa6e

Please sign in to comment.