|
|
|
|
27
|
|
27
|
|
28
|
if (NavigationApplication.instance.getReactGateway().hasStartedCreatingContext()) {
|
28
|
if (NavigationApplication.instance.getReactGateway().hasStartedCreatingContext()) {
|
29
|
NavigationApplication.instance.getEventEmitter().sendAppLaunchedEvent();
|
29
|
NavigationApplication.instance.getEventEmitter().sendAppLaunchedEvent();
|
|
|
30
|
+ if (NavigationApplication.instance.clearHostOnActivityDestroy()) {
|
|
|
31
|
+ overridePendingTransition(0, 0);
|
|
|
32
|
+ finish();
|
|
|
33
|
+ }
|
30
|
return;
|
34
|
return;
|
31
|
}
|
35
|
}
|
32
|
|
36
|
|