diff --git a/sample/src/main/java/com/facebook/samples/litho/java/animations/sharedelements/SharedElementsFragmentActivity.java b/sample/src/main/java/com/facebook/samples/litho/java/animations/sharedelements/SharedElementsFragmentActivity.java index 7e6fe52ce5f..037fda96a2d 100644 --- a/sample/src/main/java/com/facebook/samples/litho/java/animations/sharedelements/SharedElementsFragmentActivity.java +++ b/sample/src/main/java/com/facebook/samples/litho/java/animations/sharedelements/SharedElementsFragmentActivity.java @@ -220,7 +220,7 @@ public void onDirtyMount(LithoView view) { }; lithoView.setOnDirtyMountListener(dirtyMountListener); // We can not set LithoView as the root view of Fragment because the enforement of alpha - // value here https://fburl.com/code/2ilg549t causes the transition to fail. A workaround is + // value in HostComponent.onMount causes the transition to fail. A workaround is // to wrap the LithoView in a FrameLayout. // TODO: T183183765 final FrameLayout frameLayout = new FrameLayout(activity);