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

Commit 6d2dfdfc authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Convert CharSequence toString for the fallback Remote Input History view." into sc-dev

parents c6d4d4c1 18c79c12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -336,7 +336,7 @@ public class RemoteInputView extends LinearLayout implements View.OnClickListene
        RemoteInput.addResultsToIntent(mRemoteInputs, fillInIntent,
                results);

        mEntry.remoteInputText = mEditText.getText();
        mEntry.remoteInputText = mEditText.getText().toString();
        // TODO(b/188646667): store attachment to entry
        mEntry.remoteInputUri = null;
        mEntry.remoteInputMimeType = null;