Update TVCore.java

pull/123/head
FongMi 3 years ago
parent f83743d53e
commit b033b18996
  1. 5
      tvbus/src/main/java/com/tvbus/engine/TVCore.java

@ -103,11 +103,10 @@ public class TVCore {
}
void init(Context context) {
try {
new Thread(() -> {
init(nativeHandle, context);
run(nativeHandle);
} catch (Throwable ignored) {
}
}).start();
}
void quit() {

Loading…
Cancel
Save