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

Commit 389595bd authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android Git Automerger
Browse files

am 10890607: Merge "Fixing crash in ViewGroup.dispatchPopulateAccessibilityEvent" into jb-dev

* commit '10890607':
  Fixing crash in ViewGroup.dispatchPopulateAccessibilityEvent
parents 298c13e1 10890607
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2438,7 +2438,6 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
                if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
                    handled = child.dispatchPopulateAccessibilityEvent(event);
                    if (handled) {
                        children.recycle();
                        return handled;
                    }
                }