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

Commit

Permalink
Merge branch 'release/20190925'
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Sep 27, 2019
2 parents 4d91cb5 + 43fa33d commit 6f5d057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2286,7 +2286,7 @@ private WXParams assembleDefaultOptions() {
customOptions.put("__enable_native_promise__","true");
}

String enableAlarmSignal = "false";
String enableAlarmSignal = "true";
IWXConfigAdapter adapter = WXSDKManager.getInstance().getWxConfigAdapter();
if (null != adapter){
try {
Expand Down

0 comments on commit 6f5d057

Please sign in to comment.