mirror of
https://github.com/status-im/react-native.git
synced 2025-01-30 11:14:49 +00:00
Remove unused constructor of XReactInstanceManagerImpl
Reviewed By: astreet Differential Revision: D3463336 fbshipit-source-id: cfad3710fe646373dbb34dfdda5d019caa52537c
This commit is contained in:
parent
e54ff3d03f
commit
c32c9fdf25
@ -271,35 +271,6 @@ import static com.facebook.systrace.Systrace.TRACE_TAG_REACT_JAVA_BRIDGE;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* package */ XReactInstanceManagerImpl(
|
|
||||||
Context applicationContext,
|
|
||||||
@Nullable Activity currentActivity,
|
|
||||||
@Nullable DefaultHardwareBackBtnHandler defaultHardwareBackBtnHandler,
|
|
||||||
@Nullable String jsBundleFile,
|
|
||||||
@Nullable String jsMainModuleName,
|
|
||||||
List<ReactPackage> packages,
|
|
||||||
boolean useDeveloperSupport,
|
|
||||||
@Nullable NotThreadSafeBridgeIdleDebugListener bridgeIdleDebugListener,
|
|
||||||
LifecycleState initialLifecycleState,
|
|
||||||
UIImplementationProvider uiImplementationProvider,
|
|
||||||
NativeModuleCallExceptionHandler nativeModuleCallExceptionHandler,
|
|
||||||
JSCConfig jscConfig) {
|
|
||||||
|
|
||||||
this(applicationContext,
|
|
||||||
currentActivity,
|
|
||||||
defaultHardwareBackBtnHandler,
|
|
||||||
jsBundleFile,
|
|
||||||
jsMainModuleName,
|
|
||||||
packages,
|
|
||||||
useDeveloperSupport,
|
|
||||||
bridgeIdleDebugListener,
|
|
||||||
initialLifecycleState,
|
|
||||||
uiImplementationProvider,
|
|
||||||
nativeModuleCallExceptionHandler,
|
|
||||||
jscConfig,
|
|
||||||
null);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* package */ XReactInstanceManagerImpl(
|
/* package */ XReactInstanceManagerImpl(
|
||||||
Context applicationContext,
|
Context applicationContext,
|
||||||
@Nullable Activity currentActivity,
|
@Nullable Activity currentActivity,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user