Skip to content

Commit

Permalink
fbandroid/libraries/fresco/animated-base/src/test/java/com/facebook/i…
Browse files Browse the repository at this point in the history
…magepipeline/animated/testing/TestAnimatedDrawableBackend.java

Reviewed By: oprisnik

Differential Revision: D68089970

fbshipit-source-id: fd0c30f820d086bbf6cff798b5e73706fd8432c0
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Jan 13, 2025
1 parent bd4f011 commit 6434cd9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ public static int pixelValue(int frameNumber, int x, int y) {
return ((frameNumber & 0xff) << 16) | ((x & 0xff) << 8) | ((y & 0xff));
}

@Nullable
@Override
// NULLSAFE_FIXME[Inconsistent Subclass Return Annotation]
public AnimatedImageResult getAnimatedImageResult() {
// NULLSAFE_FIXME[Return Not Nullable]
return null;
}

Expand Down

0 comments on commit 6434cd9

Please sign in to comment.