Clean up xplat/js/react-native-github/ReactAndroid/src/main/java/com/facebook/react/uimanager/FabricViewStateManager.java

Summary: Changelog: [Internal]

Differential Revision: D26841746

fbshipit-source-id: 293367ebfb90442085f7c6d5cd139621dd845229
This commit is contained in:
generatedunixname89002005287564
2021-03-23 14:09:24 -07:00
committed by Facebook GitHub Bot
parent 3dd92513c5
commit 37a03ce80f
@@ -66,15 +66,6 @@ public class FabricViewStateManager {
return;
}
Runnable failureRunnable =
new Runnable() {
@Override
// Run on the UI thread
public void run() {
FLog.e(TAG, "UpdateState failed - retrying! " + numTries);
setState(stateWrapper, stateUpdateCallback, numTries + 1);
}
};
@Nullable WritableMap stateUpdate = stateUpdateCallback.getStateUpdate();
if (stateUpdate == null) {
return;