@nativescript/android 8.7.1-next.2024-07-02-9767946011 → 8.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -170,8 +170,6 @@
170
170
  Object.defineProperty(global, "__extends", { value: __extends });
171
171
  Object.defineProperty(global, "__decorate", { value: __decorate });
172
172
 
173
- if (!global.__ns__worker) {
174
- global.JavaProxy = JavaProxy;
175
- }
173
+ global.JavaProxy = JavaProxy;
176
174
  global.Interfaces = Interfaces;
177
175
  })()
@@ -190,7 +190,7 @@ public final class RuntimeHelper {
190
190
  waitForLiveSync(context);
191
191
  }
192
192
 
193
- // runtime.runScript(new File(appDir, "internal/ts_helpers.js"));
193
+ runtime.runScript(new File(appDir, "internal/ts_helpers.js"));
194
194
 
195
195
  File javaClassesModule = new File(appDir, "app/tns-java-classes.js");
196
196
  if (javaClassesModule.exists()) {