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

Commit 94aedad7 authored by Hongming Jin's avatar Hongming Jin
Browse files

Delete invalid legacy code.

Bug: 136286274
Test: n/a
Change-Id: I3b079a638afb9a469510f9b72c5ea471d2ef430d
parent 32e60bba
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -4590,10 +4590,6 @@ public class AccessibilityNodeInfo implements Parcelable {
         * @param label The label for the new AccessibilityAction.
         */
        public AccessibilityAction(int actionId, @Nullable CharSequence label) {
            if ((actionId & ACTION_TYPE_MASK) == 0 && Integer.bitCount(actionId) != 1) {
                throw new IllegalArgumentException("Invalid standard action id");
            }

            mActionId = actionId;
            mLabel = label;
        }