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

Commit ef367729 authored by Svetoslav's avatar Svetoslav Committed by Android Git Automerger
Browse files

am eb26fbe4: Merge "Fixing a NPE in accessibility manager service."

# Via Android (Google) Code Review (1) and Svetoslav (1)
* commit 'eb26fbe4':
  Fixing a NPE in accessibility manager service.
parents bbb6b937 eb26fbe4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -565,8 +565,9 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
            UserState userState = getCurrentUserStateLocked();
            // Automation service is not bound, so pretend it died to perform clean up.
            if (userState.mUiAutomationService != null
                    && userState.mUiAutomationService.mServiceInterface != null
                    && serviceClient != null
                    && userState.mUiAutomationService != null
                    && userState.mUiAutomationService.mServiceInterface != null
                    && userState.mUiAutomationService.mServiceInterface.asBinder()
                    == serviceClient.asBinder()) {
                userState.mUiAutomationService.binderDied();