Skip to content

Commit

Permalink
- ios cancel hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prscms committed Sep 27, 2018
1 parent 1c519a1 commit 1c69ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNPhotoEditor.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ - (void)doneEditingWithImage:(UIImage *)image {
}

- (void)canceledEditing {
if (_onCancelEditing == nil) return
if (_onCancelEditing == nil) return;

_onCancelEditing(@[]);
}
Expand Down

0 comments on commit 1c69ad9

Please sign in to comment.