Skip to content

Commit c49d2f7

Browse files
Nathanael AndersonMihail Slavchev
authored andcommitted
New NativeScriptActivity has the wrong path to frame.
1 parent cccaa46 commit c49d2f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/project-template-gradle/src/main/java/com/tns/NativeScriptActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.tns;
22

3-
@JavaScriptImplementation(javaScriptFile = "app/tns_modules/ui/frme/frame.js")
3+
@JavaScriptImplementation(javaScriptFile = "app/tns_modules/ui/frame/frame.js")
44
public class NativeScriptActivity extends android.app.Activity implements com.tns.NativeScriptHashCodeProvider {
55

66
public NativeScriptActivity()

0 commit comments

Comments
 (0)