mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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(
|
||||
|
||||
Reference in New Issue
Block a user