android: change back to DoricJSEngine by default
This commit is contained in:
@@ -52,7 +52,7 @@ public class DoricNativeDriver implements IDoricDriver {
|
||||
private final Handler mUIHandler;
|
||||
|
||||
public DoricNativeDriver() {
|
||||
doricJSEngine = new DoricWebShellJSEngine();
|
||||
doricJSEngine = new DoricJSEngine();
|
||||
mBridgeExecutor = Executors.newCachedThreadPool();
|
||||
mUIHandler = new Handler(Looper.getMainLooper());
|
||||
mJSHandler = doricJSEngine.getJSHandler();
|
||||
|
Reference in New Issue
Block a user