cleanup unused TODO

Summary:
Task is closed, I'm removing the TODO. I verified that the soft error is not being triggered

changelog:[Internal][Android] Internal cleanup of fabric android

Reviewed By: sammy-SC

Differential Revision: D21303999

fbshipit-source-id: 11d4a14c71d27ffc70a6d3b955a21085dd11859b
This commit is contained in:
David Vacca
2020-04-29 10:48:29 -07:00
committed by Facebook GitHub Bot
parent e27542bb13
commit d7299e8f76
@@ -842,12 +842,6 @@ public class FabricUIManager implements UIManager, LifecycleEventListener {
if (reactContext != null) {
isRTL = I18nUtil.getInstance().isRTL(reactContext);
doLeftAndRightSwapInRTL = I18nUtil.getInstance().doLeftAndRightSwapInRTL(reactContext);
} else {
// TODO T65116569: analyze why this happens
ReactSoftException.logSoftException(
TAG,
new IllegalStateException(
"updateRootLayoutSpecs called before ReactContext set for tag: " + rootTag));
}
mBinding.setConstraints(