Skip to content

Commit

Permalink
fbandroid/libraries/components/litho-widget/src/main/java/com/faceboo…
Browse files Browse the repository at this point in the history
…k/litho/widget/StaggeredGridLayoutInfo.java

Reviewed By: jocelynluizzi13

Differential Revision: D61378886

fbshipit-source-id: ca11ac0eb6b6622c64b8021e7bf918d49f222048
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Aug 16, 2024
1 parent 668efcc commit 2083921
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ private static class LithoStaggeredGridLayoutManager extends StaggeredGridLayout
private boolean mEagerlyClearsSpanAssignmentsOnUpdates;
private boolean mInvalidatesItemDecorationsOnUpdates;
// We hold this staggered grid result to avoid unnecessary int[] creations.
private int[] mStaggeredGridResult;
@Nullable private int[] mStaggeredGridResult;

// Pairs with mInvalidatesItemDecorationsOnUpdates to store the RecyclerView requiring
// invalidation, since the RecyclerView isn't available as a member.
Expand Down

0 comments on commit 2083921

Please sign in to comment.