android-v3.45.1
·
50 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 3cd4742: Fix session replay screenshots being dropped on screens with continuous animations (e.g. Lottie).
Previously, anyonDrawcallback received while PixelCopy was in flight caused the screenshot to be discarded. IntroducesisOnlyAnimationRedrawto distinguish animation-driven redraws from structural layout changes.
UsesView.hasTransientState()on the decor view, which Android propagates up from any animating descendant, as the signal.