Skip to content

Commit b99f6e5

Browse files
lexsbubblesunyum
authored andcommitted
Remove unused constructor of XReactInstanceManagerImpl
Reviewed By: astreet Differential Revision: D3463336 fbshipit-source-id: cfad3710fe646373dbb34dfdda5d019caa52537c
1 parent 37266bc commit b99f6e5

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

ReactAndroid/src/main/java/com/facebook/react/XReactInstanceManagerImpl.java

-29
Original file line numberDiff line numberDiff line change
@@ -271,35 +271,6 @@ public T get() throws Exception {
271271
}
272272
}
273273

274-
/* package */ XReactInstanceManagerImpl(
275-
Context applicationContext,
276-
@Nullable Activity currentActivity,
277-
@Nullable DefaultHardwareBackBtnHandler defaultHardwareBackBtnHandler,
278-
@Nullable String jsBundleFile,
279-
@Nullable String jsMainModuleName,
280-
List<ReactPackage> packages,
281-
boolean useDeveloperSupport,
282-
@Nullable NotThreadSafeBridgeIdleDebugListener bridgeIdleDebugListener,
283-
LifecycleState initialLifecycleState,
284-
UIImplementationProvider uiImplementationProvider,
285-
NativeModuleCallExceptionHandler nativeModuleCallExceptionHandler,
286-
JSCConfig jscConfig) {
287-
288-
this(applicationContext,
289-
currentActivity,
290-
defaultHardwareBackBtnHandler,
291-
jsBundleFile,
292-
jsMainModuleName,
293-
packages,
294-
useDeveloperSupport,
295-
bridgeIdleDebugListener,
296-
initialLifecycleState,
297-
uiImplementationProvider,
298-
nativeModuleCallExceptionHandler,
299-
jscConfig,
300-
null);
301-
}
302-
303274
/* package */ XReactInstanceManagerImpl(
304275
Context applicationContext,
305276
@Nullable Activity currentActivity,

0 commit comments

Comments
 (0)