mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Delete commented code in ReactTextInputManager
Summary: This diff deletes commented code in ReactTextInputManager.java changeLog: [internal] Reviewed By: JoshuaGross Differential Revision: D19679393 fbshipit-source-id: 23b1ac9b6f427827b8faebd59f5d2446acede8f5
This commit is contained in:
committed by
Facebook Github Bot
parent
484f62a71f
commit
acaef83a27
-1
@@ -1230,7 +1230,6 @@ public class ReactTextInputManager extends BaseViewManager<ReactEditText, Layout
|
||||
|
||||
Spannable spanned =
|
||||
TextLayoutManager.getOrCreateSpannableForText(view.getContext(), attributedString);
|
||||
// view.setSpanned(spanned);
|
||||
|
||||
TextAttributeProps textViewProps = new TextAttributeProps(props);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user