We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b8c9e commit 48c649cCopy full SHA for 48c649c
packages/core/application/application.android.ts
@@ -1279,7 +1279,7 @@ export function isAccessibilityServiceEnabled(): boolean {
1279
if (SDK_VERSION >= 19) {
1280
touchExplorationStateChangeListener = new android.view.accessibility.AccessibilityManager.TouchExplorationStateChangeListener({
1281
onTouchExplorationStateChanged(enabled) {
1282
- updateAccessibilityState();
+ updateAccessibilityServiceState();
1283
1284
if (Trace.isEnabled()) {
1285
Trace.write(`TouchExplorationStateChangeListener state changed to: ${!!enabled}`, Trace.categories.Accessibility);
0 commit comments