Skip to content

Commit

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

Reviewed By: jocelynluizzi13

Differential Revision: D62628778

fbshipit-source-id: 30ea80c9b47360fd1033a02c691dc42752dec4f6
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Sep 13, 2024
1 parent 3d71e48 commit 640ad32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions litho-core/src/main/java/com/facebook/litho/ClickEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package com.facebook.litho;

import android.view.View;
import com.facebook.infer.annotation.Nullsafe;
import com.facebook.litho.annotations.Event;

/**
Expand All @@ -37,7 +38,9 @@
* }
* </pre>
*/
@Nullsafe(Nullsafe.Mode.LOCAL)
@Event
public class ClickEvent {
// NULLSAFE_FIXME[Field Not Initialized]
public View view;
}

0 comments on commit 640ad32

Please sign in to comment.