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