Skip to content

Commit

Permalink
Create AnimatedDrawable2 to render IgCloseableAnimatedImage
Browse files Browse the repository at this point in the history
Differential Revision: D50261370

fbshipit-source-id: 35e3800f16a5e814e27f6b6527b095270ade758d
  • Loading branch information
Eugene Kleshnin authored and facebook-github-bot committed Oct 30, 2023
1 parent 03da000 commit 8670246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public AnimatedFactoryV2Impl(
boolean downscaleFrameToDrawableDimensions,
boolean useBufferLoaderStrategy,
int animationFpsLimit,
SerialExecutorService serialExecutorServiceForFramePreparing) {
@Nullable SerialExecutorService serialExecutorServiceForFramePreparing) {
mPlatformBitmapFactory = platformBitmapFactory;
mExecutorSupplier = executorSupplier;
mBackingCache = backingCache;
Expand Down

0 comments on commit 8670246

Please sign in to comment.