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

Commit eb75aded authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Turn off the Always-on a11y service with correct user id when drag to...

Merge "Turn off the Always-on a11y service with correct user id when drag to remove the FAB while A11yQsShortcut flag is off" into main
parents 842a9827 4c332403
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -205,8 +205,9 @@ class MenuViewLayer extends FrameLayout implements
                        return;
                    }

                    setAccessibilityServiceState(getContext(), serviceComponentName, /* enabled= */
                            false);
                    setAccessibilityServiceState(
                            getContext(), serviceComponentName, /* enabled= */ false,
                            mSecureSettings.getRealUserHandle(UserHandle.USER_CURRENT));
                });
            }