Merge "Fixing crash in ViewGroup.dispatchPopulateAccessibilityEvent" into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
10890607f8
@@ -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