Skip to content

Commit f76333c

Browse files
Patch NoForkingMode again.
App restart required before another conversion. Not enough to just create new converter object.
1 parent f24fe00 commit f76333c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class pdf2htmlEX {
4444
private String p_userPassword = "";
4545

4646
private boolean m_isNoForking = false;
47-
private boolean m_noForkingConversionAlreadyDone = false;
47+
private static boolean m_noForkingConversionAlreadyDone = false;
4848

4949
public static class ConversionFailedException extends Exception {
5050
public ConversionFailedException(String errorMessage) {

0 commit comments

Comments
 (0)