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

Commit a6db0df5 authored by Miranda Kephart's avatar Miranda Kephart Committed by Android (Google) Code Review
Browse files

Merge "Remove text spans from clipboard EditTextActivity display" into udc-dev

parents 46df96f6 40e9950d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ public class EditTextActivity extends Activity
        } catch (PackageManager.NameNotFoundException e) {
            Log.w(TAG, "Package not found: " + mClipboardManager.getPrimaryClipSource(), e);
        }
        mEditText.setText(clip.getItemAt(0).getText());
        mEditText.setText(clip.getItemAt(0).getText().toString());
        mEditText.requestFocus();
        mEditText.setSelection(0);
        mSensitive = clip.getDescription().getExtras() != null