Commit 83121095 authored by Libin Lu's avatar Libin Lu Committed by GitHub

remove dup function

parent f4059b41
...@@ -28,11 +28,6 @@ public class FIRMessagingPackage implements ReactPackage { ...@@ -28,11 +28,6 @@ public class FIRMessagingPackage implements ReactPackage {
return Collections.emptyList(); return Collections.emptyList();
} }
@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}
@Override @Override
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) { public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
return Arrays.<ViewManager>asList(); return Arrays.<ViewManager>asList();
......
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