Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
TalbotGooday committed Aug 7, 2020
2 parents 4166d67 + 3e4c9df commit 6f7fb20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -807,8 +807,8 @@ void loadComplete(PdfFile pdfFile) {

this.pdfFile = pdfFile;

if (renderingHandlerThread == null) {
return;
if(renderingHandlerThread == null){
renderingHandlerThread = new HandlerThread("PDF renderer");
}

if (!renderingHandlerThread.isAlive()) {
Expand Down

0 comments on commit 6f7fb20

Please sign in to comment.