mirror of
https://gitee.com/openharmony/accessibility
synced 2024-11-27 00:51:07 +00:00
commit
01fe50f201
@ -206,7 +206,7 @@ RetError AccessibilitySystemAbilityClientImpl::RegisterElementOperator(
|
||||
auto iter = elementOperators_.find(windowId);
|
||||
if (iter != elementOperators_.end()) {
|
||||
HILOG_ERROR("windowID[%{public}d] is exited", windowId);
|
||||
return RET_ERR_CONNECTION_EXIST;
|
||||
return RET_OK;
|
||||
}
|
||||
|
||||
sptr<AccessibilityElementOperatorImpl> aamsInteractionOperator =
|
||||
|
Loading…
Reference in New Issue
Block a user