Skip to content

Commit 1089060

Browse files
sganovAndroid (Google) Code Review
authored andcommitted
Merge "Fixing crash in ViewGroup.dispatchPopulateAccessibilityEvent" into jb-dev
2 parents 18dcf2f + d7910dd commit 1089060

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/java/android/view/ViewGroup.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2438,7 +2438,6 @@ boolean dispatchPopulateAccessibilityEventInternal(AccessibilityEvent event) {
24382438
if ((child.mViewFlags & VISIBILITY_MASK) == VISIBLE) {
24392439
handled = child.dispatchPopulateAccessibilityEvent(event);
24402440
if (handled) {
2441-
children.recycle();
24422441
return handled;
24432442
}
24442443
}

0 commit comments

Comments
 (0)