We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e455e commit 331b878Copy full SHA for 331b878
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";
@@ -164,7 +163,6 @@ export class NativeScriptPlatformRef extends PlatformRef {
164
163
"nativescript-angular/platform-common.launchCallback",
165
(args: LaunchEventData) => {
166
bootstrapLog("Application launch event fired");
167
- off(launchEvent, launchCallback);
168
169
let bootstrapPromiseCompleted = false;
170
this._bootstrapper().then(
0 commit comments