Loading core/java/android/view/ViewGroup.java +0 −1 Original line number Diff line number Diff line Loading @@ -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; } } Loading Loading
core/java/android/view/ViewGroup.java +0 −1 Original line number Diff line number Diff line Loading @@ -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; } } Loading