Skip to content

Commit

Permalink
fbandroid/libraries/fresco/animated-gif-lite/src/main/java/com/facebo…
Browse files Browse the repository at this point in the history
…ok/animated/giflite/drawable/GifAnimationBackend.java

Reviewed By: oprisnik

Differential Revision: D66544365

fbshipit-source-id: 7f6c46c99afe060ceca0ae71ff8412e41461d28c
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Nov 27, 2024
1 parent ada1962 commit 7c7cb8f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
import android.graphics.drawable.Drawable;
import com.facebook.animated.giflite.decoder.GifMetadataDecoder;
import com.facebook.fresco.animation.backend.AnimationBackend;
import com.facebook.infer.annotation.Nullsafe;
import java.io.BufferedInputStream;
import java.io.Closeable;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import javax.annotation.Nullable;

@Nullsafe(Nullsafe.Mode.LOCAL)
public class GifAnimationBackend implements AnimationBackend {

private final GifMetadataDecoder mGifDecoder;
Expand Down

0 comments on commit 7c7cb8f

Please sign in to comment.