Skip to content

Commit 32641d0

Browse files
Update PdfDocument.java
set `_inflateOnMainThread=true` by default
1 parent f67e170 commit 32641d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/main/java/com/hendrix/pdfmyxml/PdfDocument.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class PdfDocument implements IDisposable{
4848
// state of the rendering
4949
private boolean _isWorking = false;
5050
// inflate on main thread
51-
private boolean _inflateOnMainThread = false;
51+
private boolean _inflateOnMainThread = true;
5252
// progress dialog
5353
private ProgressDialog _ringProgressDialog;
5454
// progress dialog message

0 commit comments

Comments
 (0)