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

Commit 50233235 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed ViewNode.setText(...)"

parents 968b30ee e56d191e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -238,6 +238,8 @@ public final class ViewNode extends AssistStructure.ViewNode {

        @Override
        public void setText(CharSequence text, int selectionStart, int selectionEnd) {
            // TODO(b/111276913): temporarily setting directly; should be done on superclass instead
            mNode.mText = text;
            // TODO(b/111276913): implement or move to superclass
        }