Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
fix: start background thread for identify rather than running it (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
orthanc authored Mar 19, 2021
1 parent 6218e76 commit f76ed09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ public void run() {
}
}
});
background.run();
background.start();
}

@ReactMethod
Expand Down

0 comments on commit f76ed09

Please sign in to comment.