修改格式问题

Signed-off-by: 17333770736 <jiatuo@huawei.com>
This commit is contained in:
17333770736 2024-08-19 10:26:01 +08:00
parent c5181dfabc
commit 03a4a90fd1

View File

@ -743,7 +743,7 @@ void RemoveRemoteObjectFromWant(std::shared_ptr<AAFwk::Want> want) const
AAFwk::IString *typeP = AAFwk::IString::Query(type);
if (typeP != nullptr) {
std::string typeValue = AAFwk::String::Unbox(typeP);
if(typeValue == REMOTE_OBJECT) {
if (typeValue == REMOTE_OBJECT) {
wantParams.Remove(param.first);
}
}