Commit 0a61e308 by 刘鹏

Merge branch 'fix/lp/lp_fix_homefragment_nimservice' into 'release'

feat: 1. 云信ResponseService崩溃问题修复

See merge request app_android_lib/YDL-Component!266
parents e0af8ed2 8209bb05
......@@ -82,7 +82,9 @@ class NimSDKOptionConfig {
options.shouldConsiderRevokedMessageUnreadCount = true;
options.mixPushConfig = buildMixPushConfig(configBean);
//https://faq.yunxin.163.com/kb/main/#/item/KB0373
//disableAwake为true来禁止后台进程唤醒UI进程。
options.disableAwake = true;
return options;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment