Skip to content

Commit 9b0db56

Browse files
Don't load tmpfile library through relinker. tmpfile.init already does that
1 parent b4d42d4 commit 9b0db56

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • pdf2htmlEX/src/main/java/com/viliussutkus89/android/pdf2htmlex

pdf2htmlEX/src/main/java/com/viliussutkus89/android/pdf2htmlex/pdf2htmlEX.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ public pdf2htmlEX(@NonNull Context ctx) {
9191
// https://github.com/KeepSafe/ReLinker/issues/77
9292
// Manually load dependencies, because ReLinker.recursively() doesn't actually load recursively
9393
reLinker.loadLibrary(ctx, "c++_shared");
94-
reLinker.loadLibrary(ctx, "tmpfile");
9594
reLinker.loadLibrary(ctx, "pdf2htmlEX-android");
9695

9796
for (Map.Entry<String, String> e : m_environment.entrySet()) {

0 commit comments

Comments
 (0)