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

Commit f1b2d7eb authored by Jeff DeCew's avatar Jeff DeCew Committed by Automerger Merge Worker
Browse files

Merge "Convert CharSequence toString for the fallback Remote Input History...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14949554

Change-Id: I5c629c79cab3794dca2067895b7ffbdf2d5ecbbc
parents 0994f90c 6d2dfdfc
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;