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

Commit

Permalink
[Android] open enableAlarmSignal config
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky-chen committed Sep 27, 2019
1 parent 55c1da4 commit 555ae82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2285,7 +2285,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 555ae82

Please sign in to comment.