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

This commit is contained in:
Jeff DeCew
2021-06-18 15:30:25 +00:00
committed by Android (Google) Code Review

View File

@@ -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;