diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactRoot.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactRoot.java index ebfb0d002f4..ddbb7932439 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactRoot.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactRoot.java @@ -65,11 +65,6 @@ public interface ReactRoot { @Nullable String getSurfaceID(); - /** - * This API is likely to change once the fix of T78832286 is confirmed TODO: T78832286 revisit - * this API - * - * @return an {@link AtomicInteger} that represents the state of the ReactRoot object. WARNING: - */ + /** @return an {@link AtomicInteger} that represents the state of the ReactRoot object. */ AtomicInteger getState(); }