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: D68145084

fbshipit-source-id: b77a9b5cb45f7adf6b2ff3f9f675942bb51208be
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Jan 14, 2025
1 parent 0d6849b commit 4035ab4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ public int getMemoryUsage() {
return 0;
}

@Nullable
@Override
public CloseableReference<Bitmap> getPreDecodedFrame(int frameNumber) {
// NULLSAFE_FIXME[Return Not Nullable]
return null;
}

Expand Down

0 comments on commit 4035ab4

Please sign in to comment.