Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db911be0 authored by Phil Weaver's avatar Phil Weaver Committed by android-build-merger
Browse files

Merge "Fix ACCESSIBILITY_ENABLED settings." into nyc-dev

am: 2ec58a65

* commit '2ec58a65':
  Fix ACCESSIBILITY_ENABLED settings.
parents 296f19f2 2ec58a65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1549,7 +1549,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
        try {
            Settings.Secure.putIntForUser(mContext.getContentResolver(),
                    Settings.Secure.ACCESSIBILITY_ENABLED,
                    userState.isHandlingAccessibilityEvents() ? 0 : 1,
                    userState.isHandlingAccessibilityEvents() ? 1 : 0,
                    userState.mUserId);
        } finally {
            Binder.restoreCallingIdentity(identity);