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

Commit b167643c authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fixing bug 2453467 - In case of a dead process while disabling...

Merge "Fixing bug 2453467 - In case of a dead process while disabling Accessibility some processes keep sending AccessibilityEvents"
parents e36d6e27 fb606da0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -579,6 +579,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub
            } catch (RemoteException re) {
                mClients.remove(i);
                count--;
                i--;
            }
        }
    }