| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f3e455e commit 331b878
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,7 +31,6 @@ import { | |||
| 31 | 31 | run as applicationRun, | |
| 32 | 32 | _resetRootView as applicationRerun, | |
| 33 | 33 | on, | |
| 34 | - off, | ||
| 35 | 34 | launchEvent, | |
| 36 | 35 | LaunchEventData, | |
| 37 | 36 | } from "tns-core-modules/application"; | |
@@ -164,7 +163,6 @@ export class NativeScriptPlatformRef extends PlatformRef { | |||
| 164 | 163 | "nativescript-angular/platform-common.launchCallback", | |
| 165 | 164 | (args: LaunchEventData) => { | |
| 166 | 165 | bootstrapLog("Application launch event fired"); | |
| 167 | - off(launchEvent, launchCallback); | ||
| 168 | 166 | ||
| 169 | 167 | let bootstrapPromiseCompleted = false; | |
| 170 | 168 | this._bootstrapper().then( | |
| Back | FazBrowse Home | New Git URL |
0 commit comments