Skip to content

Commit

Permalink
refactor(capture-sdk): Removed the un used code
Browse files Browse the repository at this point in the history
PP-945
  • Loading branch information
obaidgini committed Feb 5, 2025
1 parent 27edcbd commit c3556ca
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,6 @@ private void rotateDocumentImageView(final int rotationForDisplay) {
mImageDocumentView.setRotation(rotationForDisplay);
}

public void onCreate(final Bundle savedInstanceState) {
final Activity activity = mFragment.getActivity();
if (activity == null) {
return;
}
}

public View onCreateView(final LayoutInflater inflater, final ViewGroup container,
final Bundle savedInstanceState) {
final View view = inflater.inflate(R.layout.gc_fragment_analysis, container, false);
Expand Down

0 comments on commit c3556ca

Please sign in to comment.