Skip to content

Commit 7fa45cd

Browse files
generatedunixname89002005287564facebook-github-bot
authored andcommitted
fbandroid/libraries/components/litho-editor-flipper/src/main/java/com/facebook/litho/editor/flipper/LithoRecyclerViewDescriptor.java
Reviewed By: jocelynluizzi13 Differential Revision: D67385104 fbshipit-source-id: 0887f6bfbc76a3d522f14101259abb04eb131651
1 parent 8b23135 commit 7fa45cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

litho-editor-flipper/src/main/java/com/facebook/litho/editor/flipper/LithoRecyclerViewDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ public Object getChildAt(LithoRecyclerView node, int index) throws Exception {
101101
return DebugSection.getRootInstance(childrenViews);
102102
}
103103

104+
@Nullable
104105
@Override
105106
public Object getAXChildAt(LithoRecyclerView node, int index) throws Exception {
106107
final NodeDescriptor descriptor = descriptorForClass(ViewGroup.class);
107-
// NULLSAFE_FIXME[Return Not Nullable]
108108
return Preconditions.checkNotNull(descriptor).getAXChildAt(node, index);
109109
}
110110

0 commit comments

Comments
 (0)