Skip to content

Commit

Permalink
Update PdfDocument.java
Browse files Browse the repository at this point in the history
set `_inflateOnMainThread=true` by default
  • Loading branch information
HendrixString authored Nov 1, 2017
1 parent f67e170 commit 32641d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/java/com/hendrix/pdfmyxml/PdfDocument.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class PdfDocument implements IDisposable{
// state of the rendering
private boolean _isWorking = false;
// inflate on main thread
private boolean _inflateOnMainThread = false;
private boolean _inflateOnMainThread = true;
// progress dialog
private ProgressDialog _ringProgressDialog;
// progress dialog message
Expand Down

0 comments on commit 32641d0

Please sign in to comment.