mirror of
https://github.com/openharmony/arkXtest.git
synced 2026-07-20 04:24:07 -04:00
告警修改.Signed-off-by: <zhouke25@huawei.com>.
Signed-off-by: zhouke <zhouke35@huawei.com>
This commit is contained in:
@@ -619,10 +619,7 @@ namespace OHOS::uitest {
|
||||
if (res != nullptr) {
|
||||
out.resultValue_ = StoreBackendObject(move(res), sDriverBindingMap.find(in.callerObjRef_)->second);
|
||||
}
|
||||
} else if (in.apiId_ == "UiComponent.pinchOut") {
|
||||
auto pinchScale = ReadCallArg<float_t>(in, INDEX_ZERO);
|
||||
wOp.PinchWidget(pinchScale, out.exception_);
|
||||
} else if (in.apiId_ == "UiComponent.pinchIn") {
|
||||
} else if (in.apiId_ == "UiComponent.pinchOut" || in.apiId_ == "UiComponent.pinchIn") {
|
||||
auto pinchScale = ReadCallArg<float_t>(in, INDEX_ZERO);
|
||||
wOp.PinchWidget(pinchScale, out.exception_);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user