Skip to content

Commit e111250

Browse files
Sebastian Barrosofacebook-github-bot
authored andcommitted
apply FIXME patches to nullsafe errors under messenger-noexo
Summary: title; Let's apply FIXMEs to nullsafe errors under target `messenger-noexo`. The command I ran to apply these arc nn check targets --include-deps messenger-noexo --only-severity=error --patch=apply_fixmes Reviewed By: nicholeic Differential Revision: D75153934 fbshipit-source-id: e0fffcb609cf4eed744cb1f08ee1b2871cd8e8a7
1 parent b29a2ca commit e111250

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

litho-core/src/main/java/com/facebook/litho/SpecGeneratedComponent.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ protected RenderResult<Component> render(
228228
if (Component.isLayoutSpecWithSizeSpec(this)) {
229229
return new RenderResult<>(onCreateLayoutWithSizeSpec(c, widthSpec, heightSpec));
230230
} else {
231+
// NULLSAFE_FIXME[Parameter Not Nullable]
231232
return new RenderResult<>(onCreateLayout(c));
232233
}
233234
}

0 commit comments

Comments
 (0)