Assigned
Status Update
Comments
cc...@google.com <cc...@google.com> #3
popEnterTransition and popExitTransition work well for regular back navigation
However, during predictive back animation the entering screen is drawn on top of the exiting screen as the video linked in the issue also reproduces
navigation library used: 2.8.0-alpha06
However, during predictive back animation the entering screen is drawn on top of the exiting screen as the video linked in the issue also reproduces
navigation library used: 2.8.0-alpha06
Description
Component used: Macrobenchmark Version used: TOT AndroidX Devices/Android versions reproduced on: API 33
Macrobenchmark tests running without animations on API 33. After tests are finished, all animations ( in dev settings) got disabled .
Steps to reproduce
That was reproduced on Wear 4 ( API 33) device.
Workaround: Animations can be enabled by setting the flag
testOptions.animationsDisabled = false
in android section in Gradle flag