We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67e170 commit 32641d0Copy full SHA for 32641d0
lib/src/main/java/com/hendrix/pdfmyxml/PdfDocument.java
@@ -48,7 +48,7 @@ public class PdfDocument implements IDisposable{
48
// state of the rendering
49
private boolean _isWorking = false;
50
// inflate on main thread
51
- private boolean _inflateOnMainThread = false;
+ private boolean _inflateOnMainThread = true;
52
// progress dialog
53
private ProgressDialog _ringProgressDialog;
54
// progress dialog message
0 commit comments