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

Commit 591ab1b8 authored by Phil Weaver's avatar Phil Weaver Committed by android-build-merger
Browse files

Merge "Copy links to orginal text in a11y node info" into pi-dev

am: 0e90cf29

Change-Id: I6e389c1a89cb3a5534139844843d6c0a2cb7b51c
parents e22eb1d0 0e90cf29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3442,6 +3442,7 @@ public class AccessibilityNodeInfo implements Parcelable {
        mPackageName = other.mPackageName;
        mClassName = other.mClassName;
        mText = other.mText;
        mOriginalText = other.mOriginalText;
        mHintText = other.mHintText;
        mError = other.mError;
        mContentDescription = other.mContentDescription;