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

Commit bd73dfa8 authored by Minche Li's avatar Minche Li Committed by Android (Google) Code Review
Browse files

Merge "Update the current user id for MagnificationController"

parents 4e6678a4 acf5b57d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2050,6 +2050,10 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub
            return;
        }

        if (mMagnificationController != null) {
            mMagnificationController.setUserId(userState.mUserId);
        }

        if (mUiAutomationManager.suppressingAccessibilityServicesLocked()
                && mMagnificationController != null) {
            mMagnificationController.unregisterAll();