From 8670246cfc13a374a0c5b450a2e8f59330b759e4 Mon Sep 17 00:00:00 2001 From: Eugene Kleshnin Date: Mon, 30 Oct 2023 07:28:15 -0700 Subject: [PATCH] Create AnimatedDrawable2 to render IgCloseableAnimatedImage Differential Revision: D50261370 fbshipit-source-id: 35e3800f16a5e814e27f6b6527b095270ade758d --- .../fresco/animation/factory/AnimatedFactoryV2Impl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animated-base/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java b/animated-base/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java index 77f54296e0..a7e3f04c0e 100644 --- a/animated-base/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java +++ b/animated-base/src/main/java/com/facebook/fresco/animation/factory/AnimatedFactoryV2Impl.java @@ -67,7 +67,7 @@ public AnimatedFactoryV2Impl( boolean downscaleFrameToDrawableDimensions, boolean useBufferLoaderStrategy, int animationFpsLimit, - SerialExecutorService serialExecutorServiceForFramePreparing) { + @Nullable SerialExecutorService serialExecutorServiceForFramePreparing) { mPlatformBitmapFactory = platformBitmapFactory; mExecutorSupplier = executorSupplier; mBackingCache = backingCache;