Skip to content

Commit 63333d0

Browse files
author
Mihail Slavchev
committed
remove compiler warning
1 parent deebec9 commit 63333d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public void uncaughtException(Thread thread, Throwable ex)
5858
boolean res = false;
5959

6060
if (AndroidJsDebugger.isDebuggableApp(context)) {
61-
Class ErrReport = null;
61+
Class<?> ErrReport = null;
6262
java.lang.reflect.Method startActivity = null;
6363

6464
try {

0 commit comments

Comments
 (0)