Skip to content

Commit efe2879

Browse files
fix: Move "main-activity" request out of vendor
1 parent 392c626 commit efe2879

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sdkAngular/app/main.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { platformNativeScriptDynamic } from "nativescript-angular/platform";
22
import { AppModule } from "./app.module";
3+
require("./main-activity.android.ts");
34

45
platformNativeScriptDynamic().bootstrapModule(AppModule);

sdkAngular/app/vendor-platform.android.ts

-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ if (!global["__snapshot"]) {
66
// This way, they will be evaluated on app start as early as possible.
77
require("ui/frame");
88
require("ui/frame/activity");
9-
require("./main-activity.android.ts");
109
}

0 commit comments

Comments
 (0)