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

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

Merge "Fix bug when generating the textclassifier intent."

parents ef1a2a4f 46664a88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -382,7 +382,7 @@ final class TextClassifierImpl implements TextClassifier {
        }

        final String type = getHighestScoringType(classifications);
        addActions(builder, IntentFactory.create(mContext, type, text));
        addActions(builder, IntentFactory.create(mContext, type, classifiedText));

        return builder.setSignature(getSignature(text, start, end)).build();
    }