Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Do not check multi thread flag when create instance (#2667)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darin726 authored and YorkShen committed Jul 10, 2019
1 parent b668f30 commit 7e274f2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -572,7 +572,7 @@ public void init(Context context) {
);
mContainerInfo.put(WXInstanceApm.KEY_PAGE_PROPERTIES_INSTANCE_TYPE,"page");

WXBridgeManager.getInstance().checkJsEngineMultiThread();
// WXBridgeManager.getInstance().checkJsEngineMultiThread();
mDisableSkipFrameworkInit = isDisableSkipFrameworkInDataRender();
}

Expand Down

0 comments on commit 7e274f2

Please sign in to comment.