Skip to content

Commit 18959b0

Browse files
author
Vasyl Koshkin
committed
Fix loading of libraries in PdfiumCore
1 parent c1496dd commit 18959b0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/shockwave/pdfium/PdfiumCore.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public class PdfiumCore {
2323

2424
static {
2525
try {
26-
System.loadLibrary("pdfium");
2726
System.loadLibrary("pdfiumandroid");
2827
} catch (UnsatisfiedLinkError e) {
2928
Log.e(TAG, "Native libraries failed to load - " + e);

0 commit comments

Comments
 (0)