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

Commit 10890607 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

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

parents 18dcf2f1 d7910dd4
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;
                    }
                }