Skip to content

Commit

Permalink
formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
jddeep committed May 1, 2019
1 parent f3ad7a7 commit 4cd9e09
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -223,7 +223,7 @@ private void pdfToImage(String[] mInputPassword) {
new PdfToImages(mContext, mInputPassword, mPath, mUri, this)
.execute();
} else
new ExtractImages(mContext, mPath, this).execute();
new ExtractImages(mPath, this).execute();
}

@Override
Expand Down

0 comments on commit 4cd9e09

Please sign in to comment.