Fixed
Status Update
Comments
al...@google.com <al...@google.com>
jo...@meanguppy.com <jo...@meanguppy.com> #3
Can you please share any way to overcome this issue.
ca...@google.com <ca...@google.com> #4
Hi Google Team -
I'm also facing this issue. Can we please prioritize this issue to fix?I can't get code coverage report with Android Test Orchestrator.
I'm also facing this issue. Can we please prioritize this issue to fix?I can't get code coverage report with Android Test Orchestrator.
ap...@google.com <ap...@google.com> #5
As comment # 3 mention, do we have any workaround? Code Coverage is an important parameter in our CI/CD.
Description
Component used: androidx.core:core-splashscreen Version used: 1.0.0-beta01 Devices/Android versions reproduced on: AVD running Android 8, 10, and 12.
When setting a custom exit animation via
setOnExitAnimationListener
, the timing of the theme change for navigation/status bars are inconsistent across Android versions:.remove()
-ed.I'm aware API <31 uses a custom implementation designed to imitate the new behavior. However, I feel this inconsistency can be reasonably addressed. I prefer the behavior of API 31.
Example and videos:
Using the following theme:
With this theme, I expect the navigation bars to be transparent during the splash screen, and change to the holo colors after my exit animation. This works as expected on 31, but not on the others.
I intentionally delay the start of my animation to demonstrate the inconsistency. The attachments are examples from API 31 and API 29 (see filenames).