Skip to content

Commit

Permalink
fix(camera): Remove unused saveCall (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored May 18, 2021
1 parent 160219b commit 95920da
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,7 @@ public class CameraPlugin extends Plugin {
@PluginMethod
public void getPhoto(PluginCall call) {
isEdited = false;

saveCall(call);

settings = getSettings(call);

doShow(call);
}

Expand Down

0 comments on commit 95920da

Please sign in to comment.