Skip to content

Commit

Permalink
Fix loading of libraries in PdfiumCore
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasyl Koshkin committed Mar 19, 2024
1 parent c1496dd commit 18959b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/shockwave/pdfium/PdfiumCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public class PdfiumCore {

static {
try {
System.loadLibrary("pdfium");
System.loadLibrary("pdfiumandroid");
} catch (UnsatisfiedLinkError e) {
Log.e(TAG, "Native libraries failed to load - " + e);
Expand Down

0 comments on commit 18959b0

Please sign in to comment.