geusture inject open

Signed-off-by: yichengzhao <yichengzhao1@huawei.com>
This commit is contained in:
yichengzhao 2022-02-26 12:06:39 +08:00
parent 62b35faf2f
commit f143919899

View File

@ -676,8 +676,8 @@ void AccessibleAbilityManagerService::UpdateAbilities()
if (!connection) {
// this is a temp deal for ace test
installAbility.SetCapabilityValues(Capability::CAPABILITY_RETRIEVE |
Capability::CAPABILITY_KEY_EVENT_OBSERVER |
Capability::CAPABILITY_GESTURE);
Capability::CAPABILITY_KEY_EVENT_OBSERVER |
Capability::CAPABILITY_GESTURE);
connection = new AccessibleAbilityConnection(accountData, connectCounter_++, installAbility);
connection->Connect(element);
}