@@ -271,35 +271,6 @@ public T get() throws Exception {
271
271
}
272
272
}
273
273
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
-
303
274
/* package */ XReactInstanceManagerImpl (
304
275
Context applicationContext ,
305
276
@ Nullable Activity currentActivity ,
0 commit comments