Skip to content

Commit

Permalink
Fix avatar animation size change after inactivity
Browse files Browse the repository at this point in the history
Reviewed By: uburuntu

Differential Revision: D69184153

fbshipit-source-id: ea0bdbef29ecc02705df69c8398a373473d4eb85
  • Loading branch information
Eugene Kleshnin authored and facebook-github-bot committed Feb 6, 2025
1 parent 14d5822 commit a4ebd26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class FrameLoaderStrategy(
}

val frameSize = calculateFrameSize(canvasWidth, canvasHeight)
frameLoader?.prepareFrames(frameSize.width, frameSize.width, onAnimationLoaded ?: {})
frameLoader?.prepareFrames(frameSize.width, frameSize.height, onAnimationLoaded ?: {})
}

@UiThread
Expand Down

0 comments on commit a4ebd26

Please sign in to comment.