diff --git a/nativescript-angular/platform-common.ts b/nativescript-angular/platform-common.ts index 935abf880..1d5f1fef3 100644 --- a/nativescript-angular/platform-common.ts +++ b/nativescript-angular/platform-common.ts @@ -31,7 +31,6 @@ import { run as applicationRun, _resetRootView as applicationRerun, on, - off, launchEvent, LaunchEventData, } from "tns-core-modules/application"; @@ -153,7 +152,6 @@ export class NativeScriptPlatformRef extends PlatformRef { "nativescript-angular/platform-common.launchCallback", (args: LaunchEventData) => { bootstrapLog("Application launch event fired"); - off(launchEvent, launchCallback); let bootstrapPromiseCompleted = false; this._bootstrapper().then(