mirror of
https://github.com/openharmony/bundlemanager_bundle_framework_lite.git
synced 2026-07-20 23:55:24 -04:00
!13 【OpenHarmony】【轻量级应用程序框架子系统】更改消息分发接口时错误的条件判断代码
Merge pull request !13 from wangdengjia/issue_#I3NQ4W
This commit is contained in:
@@ -73,7 +73,7 @@ Identity *BundleMgrService::GetIdentity()
|
||||
|
||||
BOOL BundleMgrService::ServiceMessageHandle(Service *service, Request *request)
|
||||
{
|
||||
if (request == nullptr || g_bmsbuff == nullptr) {
|
||||
if (request == nullptr) {
|
||||
return FALSE;
|
||||
}
|
||||
if (request->msgId == BMS_INSTALL_MSG) {
|
||||
|
||||
Reference in New Issue
Block a user