mirror of
https://gitee.com/openharmony/accessibility
synced 2024-11-27 09:01:34 +00:00
bugfix:touchGuide能力的辅助应用启动后,依然能正常点击屏幕
Signed-off-by: Mupceet <laiguizhong@huawei.com>
This commit is contained in:
parent
957a0ae8e6
commit
8c98e60084
@ -197,10 +197,12 @@ void AccessibilityInputInterceptor::DestroyInterceptor()
|
||||
}
|
||||
if (keyEventInterceptorId_ != -1) {
|
||||
inputManager_->RemoveInterceptor(keyEventInterceptorId_);
|
||||
keyEventInterceptorId_ = -1;
|
||||
}
|
||||
|
||||
if (interceptorId_ != -1) {
|
||||
inputManager_->RemoveInterceptor(interceptorId_);
|
||||
interceptorId_ = -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user