Skip to content

Commit

Permalink
Update camera/android/src/main/java/com/capacitorjs/plugins/camera/Ca…
Browse files Browse the repository at this point in the history
…meraPlugin.java

Co-authored-by: Carl Poole <mail@carlpoole.com>
  • Loading branch information
ikeith and carlpoole committed Nov 25, 2020
1 parent a9cc6f0 commit 001ff45
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -469,11 +469,7 @@ protected void onRequestPermissionsResult(PluginCall savedCall, int requestCode,
}

@Override
protected void handleOnActivityResult(int requestCode, int resultCode, Intent data) {
super.handleOnActivityResult(requestCode, resultCode, data);

PluginCall savedCall = getSavedCall();

protected void handleOnActivityResult(PluginCall savedCall, int requestCode, int resultCode, Intent data) {
if (savedCall == null) {
return;
}
Expand Down

0 comments on commit 001ff45

Please sign in to comment.