Skip to content

Commit

Permalink
fbandroid/libraries/components/litho-editor-flipper/src/main/java/com…
Browse files Browse the repository at this point in the history
…/facebook/litho/editor/flipper/LithoRecyclerViewDescriptor.java

Reviewed By: jocelynluizzi13

Differential Revision: D67385104

fbshipit-source-id: 0887f6bfbc76a3d522f14101259abb04eb131651
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Dec 19, 2024
1 parent 8b23135 commit 7fa45cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ public Object getChildAt(LithoRecyclerView node, int index) throws Exception {
return DebugSection.getRootInstance(childrenViews);
}

@Nullable
@Override
public Object getAXChildAt(LithoRecyclerView node, int index) throws Exception {
final NodeDescriptor descriptor = descriptorForClass(ViewGroup.class);
// NULLSAFE_FIXME[Return Not Nullable]
return Preconditions.checkNotNull(descriptor).getAXChildAt(node, index);
}

Expand Down

0 comments on commit 7fa45cd

Please sign in to comment.