Skip to content

Commit

Permalink
Merge pull request #34 from edcrampin/android-result-fix
Browse files Browse the repository at this point in the history
ResultReporter not called used during finishWithError
  • Loading branch information
Jonas Laux authored Jan 24, 2018
2 parents 258618b + 33ceb50 commit 5569b6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ protected void finishWithError(String errorMessage) {
Intent data = new Intent();
data.putExtra(AnylineSDKPlugin.EXTRA_ERROR_MESSAGE, errorMessage);
setResult(AnylineSDKPlugin.RESULT_ERROR, data);
ResultReporter.onError(errorMessage);
finish();
}

Expand Down

0 comments on commit 5569b6c

Please sign in to comment.