Skip to content

Commit 48c649c

Browse files
committed
fix: Corrected function call
1 parent 79b8c9e commit 48c649c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/application/application.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ export function isAccessibilityServiceEnabled(): boolean {
12791279
if (SDK_VERSION >= 19) {
12801280
touchExplorationStateChangeListener = new android.view.accessibility.AccessibilityManager.TouchExplorationStateChangeListener({
12811281
onTouchExplorationStateChanged(enabled) {
1282-
updateAccessibilityState();
1282+
updateAccessibilityServiceState();
12831283

12841284
if (Trace.isEnabled()) {
12851285
Trace.write(`TouchExplorationStateChangeListener state changed to: ${!!enabled}`, Trace.categories.Accessibility);

0 commit comments

Comments
 (0)