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

Commit

Permalink
[WEEX-649][Android] when downLoadBundle,add isBundleRequest flag in…
Browse files Browse the repository at this point in the history
… request paramsMap (#1646)
  • Loading branch information
lucky-chen authored and YorkShen committed Oct 18, 2018
1 parent 920bd98 commit 74b9424
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -755,6 +755,7 @@ private void renderByUrlInternal(String pageName,
}
wxRequest.instanceId = getInstanceId();
wxRequest.paramMap.put(KEY_USER_AGENT, WXHttpUtil.assembleUserAgent(mContext,WXEnvironment.getConfig()));
wxRequest.paramMap.put("isBundleRequest","true");
WXHttpListener httpListener =
new WXHttpListener(pageName, renderOptions, jsonInitData, flag, System.currentTimeMillis());
httpListener.setSDKInstance(this);
Expand Down

0 comments on commit 74b9424

Please sign in to comment.