Skip to content

Commit

Permalink
Fix placeholder images for Vito
Browse files Browse the repository at this point in the history
Reviewed By: defHLT

Differential Revision: D58812408

fbshipit-source-id: db694ef6cfe094a9b47578f4351705c87c5de316
  • Loading branch information
oprisnik authored and facebook-github-bot committed Jun 20, 2024
1 parent fe33125 commit 6947f27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ open class FrescoController2Impl(
CloseableReference.closeSafely(cachedImage)
}

if (!needsPlaceholderDrawable) {
if (needsPlaceholderDrawable) {
// The image is not in cache -> Set up layers visible until the image is available
frescoDrawable.setProgressDrawable(
mHierarcher.buildProgressDrawable(imageRequest.resources, imageRequest.imageOptions))
Expand Down

0 comments on commit 6947f27

Please sign in to comment.