Skip to content

Commit

Permalink
Fixing card-io#91
Browse files Browse the repository at this point in the history
  • Loading branch information
hvaughan3 committed Jun 7, 2018
1 parent 663ed24 commit 6c29036
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/android/CardIOCordovaPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ public void onActivityResult(int requestCode, int resultCode, Intent intent) {
}
}

// onRestoreStateForActivityResult
public void onRestoreStateForActivityResult(Bundle state, CallbackContext callbackContext) {
this.callbackContext = callbackContext;
}

private JSONObject toJSONObject(CreditCard card) {
JSONObject scanCard = new JSONObject();
try {
Expand Down

0 comments on commit 6c29036

Please sign in to comment.