Commit f5ea582e authored by Esteban Fuentealba's avatar Esteban Fuentealba

fix: constructor name

parent a0752547
...@@ -27,7 +27,7 @@ public class RNReactNativeBackgroundClipboardModule extends ReactContextBaseJava ...@@ -27,7 +27,7 @@ public class RNReactNativeBackgroundClipboardModule extends ReactContextBaseJava
} }
}; };
public BackgroundClipboardModule(ReactApplicationContext reactContext) { public RNReactNativeBackgroundClipboardModule(ReactApplicationContext reactContext) {
super(reactContext); super(reactContext);
this.reactContext = reactContext; this.reactContext = reactContext;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment