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

Commit e6ba94ce authored by Maxim Bogatov's avatar Maxim Bogatov Committed by Android (Google) Code Review
Browse files

Merge "fix CTS: AccessibilityEndToEndTest failing" into mnc-dev

parents 15ce3387 f399af3e
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -2939,11 +2939,9 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
        }
    }

    /** @hide */
    @Override
    public void onInitializeAccessibilityEventInternal(AccessibilityEvent event) {
        super.onInitializeAccessibilityEventInternal(event);
        event.setClassName(ViewGroup.class.getName());
    public CharSequence getAccessibilityClassName() {
        return ViewGroup.class.getName();
    }

    @Override