mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
修改格式问题
Signed-off-by: 17333770736 <jiatuo@huawei.com>
This commit is contained in:
parent
c5181dfabc
commit
03a4a90fd1
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user