Skip to content

Commit

Permalink
Revise comments in SharedElementsFragmentActivity
Browse files Browse the repository at this point in the history
Summary: Revise comments in SharedElementsFragmentActivity

Reviewed By: adityasharat

Differential Revision: D55313160

fbshipit-source-id: 43aa530f5d615a7765909e8fd6c250662f21b860
  • Loading branch information
jettbow authored and facebook-github-bot committed Mar 25, 2024
1 parent b83ed66 commit 9f2c76c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9f2c76c

Please sign in to comment.