am 10890607: Merge "Fixing crash in ViewGroup.dispatchPopulateAccessibilityEvent" into jb-dev
* commit '10890607f88eb639394cb16ac3006202bf1995ce': Fixing crash in ViewGroup.dispatchPopulateAccessibilityEvent
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user