Skip to content

Commit

Permalink
Update packages/react-native-bridge/ios/RNReactNativeGutenbergBridge.…
Browse files Browse the repository at this point in the history
…swift

Co-authored-by: Paul Von Schrottky <[email protected]>
  • Loading branch information
etoledom and guarani committed Nov 5, 2020
1 parent da98214 commit f39bd33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ public class RNReactNativeGutenbergBridge: RCTEventEmitter {
}

@objc
func rrequestMediaFilesSaveCancelDialog(_ mediaFiles: [String]) {
func requestMediaFilesSaveCancelDialog(_ mediaFiles: [String]) {
DispatchQueue.main.async {
self.delegate?.gutenbergDidRequestMediaFilesSaveCancelDialog(mediaFiles)
}
Expand Down

0 comments on commit f39bd33

Please sign in to comment.