Skip to content

Commit

Permalink
Delete commented code in ReactTextInputManager
Browse files Browse the repository at this point in the history
Summary:
This diff deletes commented code in ReactTextInputManager.java

changeLog: [internal]

Reviewed By: JoshuaGross

Differential Revision: D19679393

fbshipit-source-id: 23b1ac9b6f427827b8faebd59f5d2446acede8f5
  • Loading branch information
mdvacca authored and facebook-github-bot committed Feb 4, 2020
1 parent 484f62a commit acaef83
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,6 @@ public Object updateState(

Spannable spanned =
TextLayoutManager.getOrCreateSpannableForText(view.getContext(), attributedString);
// view.setSpanned(spanned);

TextAttributeProps textViewProps = new TextAttributeProps(props);

Expand Down

0 comments on commit acaef83

Please sign in to comment.