Delete TODO to support inlinew Views in Fabric + venice

Summary:
ez diff to remove TODO to support inlinew Views in Fabric + venice

changelog: [internal]

Reviewed By: JoshuaGross

Differential Revision: D20088698

fbshipit-source-id: bd7cbbd76a8c13edf94d4eecac0dd670ccd0d209
This commit is contained in:
David Vacca
2020-02-28 22:43:14 -08:00
committed by Facebook Github Bot
parent b8621f5d30
commit 58d683a688
@@ -118,12 +118,6 @@ public class ReactTextView extends AppCompatTextView implements ReactCompoundVie
}
ReactContext reactContext = getReactContext();
if (!reactContext.hasCatalystInstance()) {
// In bridgeless mode there's no Catalyst instance; in that case, bail.
// TODO (T45503888): Figure out how to support nested views from JS or cpp.
return;
}
UIManagerModule uiManager = reactContext.getNativeModule(UIManagerModule.class);
Spanned text = (Spanned) getText();