We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84fbdc commit b62bfa3Copy full SHA for b62bfa3
nativescript-angular/platform-common.ts
@@ -31,7 +31,6 @@ import {
31
run as applicationRun,
32
_resetRootView as applicationRerun,
33
on,
34
- off,
35
launchEvent,
36
LaunchEventData,
37
} from "tns-core-modules/application";
@@ -153,7 +152,6 @@ export class NativeScriptPlatformRef extends PlatformRef {
153
152
"nativescript-angular/platform-common.launchCallback",
154
(args: LaunchEventData) => {
155
bootstrapLog("Application launch event fired");
156
- off(launchEvent, launchCallback);
157
158
let bootstrapPromiseCompleted = false;
159
this._bootstrapper().then(
0 commit comments