Skip to content

android-v3.45.1

Choose a tag to compare

@github-actions github-actions released this 23 May 20:03
· 50 commits to main since this release
Immutable release. Only release title and notes can be modified.
24e7eb9

Patch Changes

  • 3cd4742: Fix session replay screenshots being dropped on screens with continuous animations (e.g. Lottie).
    Previously, any onDraw callback received while PixelCopy was in flight caused the screenshot to be discarded. Introduces isOnlyAnimationRedraw to distinguish animation-driven redraws from structural layout changes.
    Uses View.hasTransientState() on the decor view, which Android propagates up from any animating descendant, as the signal.