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

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

am f6998583: am 37b75fdd: am 48ccf043: Merge "Accessibility in bad state after...

am f6998583: am 37b75fdd: am 48ccf043: Merge "Accessibility in bad state after using SDK tool uiautomatorviewer." into lmp-dev

* commit 'f6998583a4ac65ea9968130226a5acf73e4b2f7e':
  Accessibility in bad state after using SDK tool uiautomatorviewer.
parents 1ebfe599 66bc5678
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2600,6 +2600,9 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
                    userState.mInstalledServices.remove(mAccessibilityServiceInfo);
                    userState.mEnabledServices.remove(mComponentName);
                    userState.destroyUiAutomationService();
                    if (readConfigurationForUserStateLocked(userState)) {
                        onUserStateChangedLocked(userState);
                    }
                }
            }
        }