Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.2.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshsondhi88 committed Oct 7, 2014
2 parents 2792080 + c53e52b commit 5fab134
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ static boolean killAsync(AsyncTask asyncTask) {

static boolean isProcessCompleted(Process process) {
try {
if (process == null) return true;
process.exitValue();
return true;
} catch (IllegalThreadStateException e) {
Expand Down

0 comments on commit 5fab134

Please sign in to comment.