Skip to content

Commit

Permalink
fbandroid/libraries/rendercore/rendercore-testing/src/main/java/com/f…
Browse files Browse the repository at this point in the history
…acebook/rendercore/testing/TestMountExtension.java

Reviewed By: jocelynluizzi13

Differential Revision: D67391153

fbshipit-source-id: e73fd4f4f48b01536ba0cf6c0fd227cf99537810
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Dec 19, 2024
1 parent cd57f4a commit 4435c86
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ protected Void createState() {
}

@Override
// NULLSAFE_FIXME[Inconsistent Subclass Parameter Annotation]
public void beforeMount(ExtensionState<Object> state, Object o, @Nullable Rect localVisibleRect) {
public void beforeMount(
ExtensionState<Object> state, @Nullable Object o, @Nullable Rect localVisibleRect) {
super.beforeMount(state, o, localVisibleRect);
// NULLSAFE_FIXME[Field Not Nullable]
this.input = o;
}

Expand Down

0 comments on commit 4435c86

Please sign in to comment.